diff --git a/dlls/kernel32/actctx.c b/dlls/kernel32/actctx.c index c708373a7e5..abd6459b9de 100644 --- a/dlls/kernel32/actctx.c +++ b/dlls/kernel32/actctx.c @@ -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,