diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-06-26 19:59:21 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2017-06-27 13:15:34 +0200 |
commit | 9868cefad38b5382f8f683c1ef8064955cc0f093 (patch) | |
tree | 677d322ae87744b0405c445f81bd17be2feccd82 /include | |
parent | 94bfb93f3960eb55d8f3388d578e3ce03d02507d (diff) |
Fix typos
Change-Id: If4373f47fdf0ccfcbd490299f8b8d09e17bf92cd
Reviewed-on: https://gerrit.libreoffice.org/39272
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/osl/module.h | 4 | ||||
-rw-r--r-- | include/uno/threadpool.h | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/include/osl/module.h b/include/osl/module.h index 9d1bbefa328a..6f8468878fba 100644 --- a/include/osl/module.h +++ b/include/osl/module.h @@ -76,7 +76,7 @@ SAL_DLLPUBLIC oslModule SAL_CALL osl_loadModule(rtl_uString *strModuleName, sal_ /** Load a shared library or module. @param[in] pModuleName denotes the name of the module to be loaded. - @paramiin] nRtldMode denotes the mode. + @param[in] nRtldMode denotes the mode. @return NULL if the module could not be loaded, otherwise a handle to the module. @@ -196,7 +196,7 @@ SAL_DLLPUBLIC oslGenericFunction SAL_CALL osl_getAsciiFunctionSymbol( /** Lookup URL of module which is mapped at the specified address. @param[in] pv specifies an address in the process memory space. - @paramout] pustrURL receives the URL of the module that is mapped at pv. + @param[out] pustrURL receives the URL of the module that is mapped at pv. @return sal_True on success, sal_False if no module can be found at the specified address. */ SAL_DLLPUBLIC sal_Bool SAL_CALL osl_getModuleURLFromAddress( diff --git a/include/uno/threadpool.h b/include/uno/threadpool.h index b875b4c67338..49f46db8ec29 100644 --- a/include/uno/threadpool.h +++ b/include/uno/threadpool.h @@ -159,7 +159,7 @@ uno_threadpool_putJob( The threads waiting with uno_threadpool_enter() will return with *ppJob == 0 Later calls to uno_threadpool_enter() using the hPool handle will also - return immeadiatly with *ppJob == 0. + return immediately with *ppJob == 0. @param hPool The handle to be disposed. |