=?UTF-8?Q?Fr=C3=A9d=C3=A9ric=20Delanoy=20?=: ntdll: Fix a typo in comment.

Alexandre Julliard julliard at winehq.org
Fri Jan 17 11:55:32 CST 2014


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

Author: Frédéric Delanoy <frederic.delanoy at gmail.com>
Date:   Fri Jan 17 02:05:37 2014 +0100

ntdll: Fix a typo in comment.

---

 dlls/ntdll/debugtools.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/ntdll/debugtools.c b/dlls/ntdll/debugtools.c
index dfb44af..cbbf744 100644
--- a/dlls/ntdll/debugtools.c
+++ b/dlls/ntdll/debugtools.c
@@ -62,7 +62,7 @@ static char *get_temp_buffer( size_t n )
     return res;
 }
 
-/* release extra space that we requested in gimme1() */
+/* release extra space that we requested in get_temp_buffer() */
 static void release_temp_buffer( char *ptr, size_t size )
 {
     struct debug_info *info = get_info();




More information about the wine-cvs mailing list