ntdll: Fix a typo in comment

Frédéric Delanoy frederic.delanoy at gmail.com
Thu Jan 16 19:05:37 CST 2014


---
 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();
-- 
1.8.5.2




More information about the wine-patches mailing list