advapi32: Fix a typo in comment

Andrey Gusev andrey.goosev at gmail.com
Thu Jun 2 15:41:11 CDT 2016


-------------- next part --------------
From f236feb872c03d132b8987ff64833aab7a91ea34 Mon Sep 17 00:00:00 2001
Message-Id: <f236feb872c03d132b8987ff64833aab7a91ea34.1464900030.git.andrey.goosev at gmail.com>
From: Andrey Gusev <andrey.goosev at gmail.com>
Date: Thu, 2 Jun 2016 23:40:12 +0300
Subject: [PATCH] advapi32: Fix a typo in comment

Signed-off-by: Andrey Gusev <andrey.goosev at gmail.com>
---
 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
-- 
2.5.5



More information about the wine-patches mailing list