wine/test.h: Fix a typo in comment

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


---
 include/wine/test.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/wine/test.h b/include/wine/test.h
index 3a603e0..818a6e3 100644
--- a/include/wine/test.h
+++ b/include/wine/test.h
@@ -260,7 +260,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 )
 {
     tls_data *data = get_tls_data();
-- 
1.8.5.2




More information about the wine-patches mailing list