diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-02-21 23:16:31 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-02-21 23:16:31 +0100 |
commit | b1073d9fa264139333704f82553ade9979e2ca24 (patch) | |
tree | 7b26a9cdcf7a3b961f5ca176660d54c2c0bd135f /store | |
parent | 41e8fe179f10f224433b26daba105ee92c661ac4 (diff) |
WaE: silence some documentation errors
Diffstat (limited to 'store')
-rw-r--r-- | store/inc/store/store.h | 2 |
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 */ |