advapi32: Fix a typo in comment.

Signed-off-by: Andrey Gusev <andrey.goosev@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Andrey Gusev 2016-06-02 23:40:12 +03:00 committed by Alexandre Julliard
parent 54f41ae3eb
commit 2c598e5523
1 changed files with 1 additions and 1 deletions

View File

@ -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