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

oldstable
Frédéric Delanoy 2014-01-17 02:05:36 +01:00 committed by Alexandre Julliard
parent 604e395184
commit e46796e7a4
1 changed files with 1 additions and 1 deletions

View File

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