summaryrefslogtreecommitdiffstats
path: root/registry/inc/registry/registry.h
diff options
context:
space:
mode:
Diffstat (limited to 'registry/inc/registry/registry.h')
-rw-r--r--registry/inc/registry/registry.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/registry/inc/registry/registry.h b/registry/inc/registry/registry.h
index 43d058fb2d28..c27da988c303 100644
--- a/registry/inc/registry/registry.h
+++ b/registry/inc/registry/registry.h
@@ -376,7 +376,7 @@ RegError REGISTRY_CALLTYPE reg_createRegistry(rtl_uString* registryName,
/** This function opens the root key of a registry.
- @param hReg identifies a currently open registry whose rootKey will be returned.
+ @param hRegistry identifies a currently open registry whose rootKey will be returned.
@param phRootKey points to a handle of the open root key if the function succeeds otherwise NULL.
@return REG_NO_ERROR if succeeds else an error code.
*/