summaryrefslogtreecommitdiff
path: root/registry
diff options
context:
space:
mode:
Diffstat (limited to 'registry')
-rw-r--r--registry/inc/registry/reader.h2
-rw-r--r--registry/inc/registry/registry.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/registry/inc/registry/reader.h b/registry/inc/registry/reader.h
index e455d0a1bfcd..cdbd0bacd487 100644
--- a/registry/inc/registry/reader.h
+++ b/registry/inc/registry/reader.h
@@ -318,7 +318,7 @@ void SAL_CALL typereg_reader_getFieldTypeName(
@param type an out-parameter obtaining the field value's type; must not be
null
- @param result an out-parameter obtaining the field value's value; must not be
+ @param value an out-parameter obtaining the field value's value; must not be
null
@return false iff an out-of-memory condition occurred, in which case
diff --git a/registry/inc/registry/registry.h b/registry/inc/registry/registry.h
index a35c9dfde82c..5374d65f0e99 100644
--- a/registry/inc/registry/registry.h
+++ b/registry/inc/registry/registry.h
@@ -58,7 +58,7 @@ RegError REGISTRY_CALLTYPE reg_createKey(RegKeyHandle hKey,
@param hKey identifies a currently open key. The key which will be opened by this function
is a subkey of the key identified by hKey
@param keyName points to a null terminated string specifying the name of a key.
- @param phNewKey points to a variable that receives the handle of the opened key.
+ @param phOpenKey points to a variable that receives the handle of the opened key.
The memory to store this variable will be allocated and will be freed by the function
reg_closeKey. If the function fails, phNewKey is NULL.
@return REG_NO_ERROR if succeeds else an error code.
@@ -415,7 +415,7 @@ RegError REGISTRY_CALLTYPE reg_openRootKey(RegHandle hRegistry,
/** This function returns the name of a registry.
- @param hReg identifies a currently open registry whose name will be returned.
+ @param hRegistry identifies a currently open registry whose name will be returned.
@param pName returns the name of the registry if the function succeeds otherwise an empty string.
@return REG_NO_ERROR if succeeds else an error code.
*/