mirror of
https://github.com/reactos/wine.git
synced 2025-02-12 07:32:23 +00:00
wine/test.h: Fix a typo in comment.
This commit is contained in:
parent
604e395184
commit
e46796e7a4
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user