[kernel32]
authorChristoph von Wittich <christoph_vw@reactos.org>
Wed, 23 Dec 2009 12:10:58 +0000 (12:10 +0000)
committerChristoph von Wittich <christoph_vw@reactos.org>
Wed, 23 Dec 2009 12:10:58 +0000 (12:10 +0000)
fix typos in comments (as in wine 1.1.35)

svn path=/trunk/; revision=44732

reactos/dll/win32/kernel32/misc/actctx.c

index bbeb66c..5710a8f 100644 (file)
@@ -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,