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:
parent
54f41ae3eb
commit
2c598e5523
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue