kernel32: Fix typo in a comment.

oldstable
Nikolay Sivov 2009-12-17 23:57:23 +03:00 committed by Alexandre Julliard
parent 2d3caa516e
commit 1402e954ab
1 changed files with 2 additions and 2 deletions

View File

@ -213,7 +213,7 @@ BOOL WINAPI ZombifyActCtx(HANDLE hActCtx)
/***********************************************************************
* FindActCtxSectionStringA (KERNEL32.@)
*
* Find information about a GUID in an activation context.
* Find information about a string in an activation context.
*/
BOOL WINAPI FindActCtxSectionStringA(DWORD dwFlags, const GUID* lpExtGuid,
ULONG ulId, LPCSTR lpSearchStr,
@ -245,7 +245,7 @@ BOOL WINAPI FindActCtxSectionStringA(DWORD dwFlags, const GUID* lpExtGuid,
/***********************************************************************
* FindActCtxSectionStringW (KERNEL32.@)
*
* Find information about a GUID in an activation context.
* Find information about a string in an activation context.
*/
BOOL WINAPI FindActCtxSectionStringW(DWORD dwFlags, const GUID* lpExtGuid,
ULONG ulId, LPCWSTR lpSearchStr,