Andrey Gusev : advapi32: Fix a typo in comment.

Alexandre Julliard julliard at winehq.org
Fri Jun 3 10:03:44 CDT 2016


Module: wine
Branch: master
Commit: 2c598e552341bed579de4aae5b3d1d618c6d5955
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=2c598e552341bed579de4aae5b3d1d618c6d5955

Author: Andrey Gusev <andrey.goosev at gmail.com>
Date:   Thu Jun  2 23:40:12 2016 +0300

advapi32: Fix a typo in comment.

Signed-off-by: Andrey Gusev <andrey.goosev at gmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/advapi32/crypt.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/advapi32/crypt.c b/dlls/advapi32/crypt.c
index b2be5e3..01d5880 100644
--- a/dlls/advapi32/crypt.c
+++ b/dlls/advapi32/crypt.c
@@ -2363,7 +2363,7 @@ BOOL WINAPI SystemFunction035(LPCSTR lpszDllFilePath)
  * MSDN documents this function as RtlGenRandom and declares it in ntsecapi.h
  *
  * PARAMS
- *  pbBufer [O] Pointer to memory to receive random bytes.
+ *  pbBuffer [O] Pointer to memory to receive random bytes.
  *  dwLen   [I] Number of random bytes to fetch.
  *
  * RETURNS




More information about the wine-cvs mailing list