kernel32: Fix typo in a comment.
This commit is contained in:
parent
2d3caa516e
commit
1402e954ab
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue