Commit e46796e7 authored by Frédéric Delanoy's avatar Frédéric Delanoy Committed by Alexandre Julliard

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

parent 604e3951
...@@ -259,7 +259,7 @@ static char *get_temp_buffer( size_t n ) ...@@ -259,7 +259,7 @@ static char *get_temp_buffer( size_t n )
return res; 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 ) static void release_temp_buffer( char *ptr, size_t size )
{ {
tls_data *data = get_tls_data(); tls_data *data = get_tls_data();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment