summaryrefslogtreecommitdiff
path: root/registry/inc/registry/registry.h
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2012-02-21 23:16:31 +0100
committerThomas Arnhold <thomas@arnhold.org>2012-02-21 23:16:31 +0100
commitb1073d9fa264139333704f82553ade9979e2ca24 (patch)
tree7b26a9cdcf7a3b961f5ca176660d54c2c0bd135f /registry/inc/registry/registry.h
parent41e8fe179f10f224433b26daba105ee92c661ac4 (diff)
WaE: silence some documentation errors
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.
*/