summaryrefslogtreecommitdiff
path: root/store
diff options
context:
space:
mode:
Diffstat (limited to 'store')
-rw-r--r--store/inc/store/store.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/store/inc/store/store.h b/store/inc/store/store.h
index b4d6626d9d1f..e609b4b4cf27 100644
--- a/store/inc/store/store.h
+++ b/store/inc/store/store.h
@@ -222,7 +222,7 @@ typedef void* storeStreamHandle;
@param hFile [in] the File Handle.
@param pPath [in] the stream path.
@param pName [in] the stream name.
- @param eAccessMode [in] the access mode.
+ @param eMode [in] the access mode.
@param phStrm [out] the Stream Handle.
@return store_E_None upon success
*/