kernel32: Fix typo.

This commit is contained in:
Rico Schüller 2007-12-18 14:15:23 +01:00 committed by Alexandre Julliard
parent 98093a6edd
commit d8570f7aae
1 changed files with 1 additions and 1 deletions

View File

@ -1632,7 +1632,7 @@ BOOL WINAPI CreatePipe( PHANDLE hReadPipe, PHANDLE hWritePipe,
/******************************************************************************
* CreateMailslotA [KERNEL32.@]
*
* See CreatMailslotW.
* See CreateMailslotW.
*/
HANDLE WINAPI CreateMailslotA( LPCSTR lpName, DWORD nMaxMessageSize,
DWORD lReadTimeout, LPSECURITY_ATTRIBUTES sa )