From 05ea3194c6c127fee100eb53e0537a71c987eeeb Mon Sep 17 00:00:00 2001 From: Christoph von Wittich Date: Wed, 23 Dec 2009 12:10:58 +0000 Subject: [PATCH] [kernel32] fix typos in comments (as in wine 1.1.35) svn path=/trunk/; revision=44732 --- reactos/dll/win32/kernel32/misc/actctx.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reactos/dll/win32/kernel32/misc/actctx.c b/reactos/dll/win32/kernel32/misc/actctx.c index bbeb66c008f..5710a8f8581 100644 --- a/reactos/dll/win32/kernel32/misc/actctx.c +++ b/reactos/dll/win32/kernel32/misc/actctx.c @@ -197,7 +197,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, @@ -229,7 +229,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,