Nikolay Sivov : kernel32: Fix typo in a comment.

Alexandre Julliard julliard at winehq.org
Fri Dec 18 10:49:10 CST 2009


Module: wine
Branch: master
Commit: 1402e954ab1948424245376ce457e8730b054523
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=1402e954ab1948424245376ce457e8730b054523

Author: Nikolay Sivov <bunglehead at gmail.com>
Date:   Thu Dec 17 23:57:23 2009 +0300

kernel32: Fix typo in a comment.

---

 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,




More information about the wine-cvs mailing list