[PATCH 3/3] Fix typo in a comment

Nikolay Sivov bunglehead at gmail.com
Thu Dec 17 14:57:23 CST 2009


---
 dlls/kernel32/actctx.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/kernel32/actctx.c b/dlls/kernel32/actctx.c
index c708373..abd6459 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,
-- 
1.5.6.5


--=-8exjaUUMC+MZdR/tFvd0--




More information about the wine-patches mailing list