summaryrefslogtreecommitdiff
path: root/include/osl
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-06-26 19:59:21 +0200
committerMichael Stahl <mstahl@redhat.com>2017-06-27 13:15:34 +0200
commit9868cefad38b5382f8f683c1ef8064955cc0f093 (patch)
tree677d322ae87744b0405c445f81bd17be2feccd82 /include/osl
parent94bfb93f3960eb55d8f3388d578e3ce03d02507d (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/osl')
-rw-r--r--include/osl/module.h4
1 files changed, 2 insertions, 2 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(