=?UTF-8?Q?Fr=C3=A9d=C3=A9ric=20Delanoy=20?=: wine/test.h: Fix a typo in comment.

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


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

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

wine/test.h: Fix a typo in comment.

---

 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 373fe76..ab10399 100644
--- a/include/wine/test.h
+++ b/include/wine/test.h
@@ -259,7 +259,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();




More information about the wine-cvs mailing list