ntdll: Fix a typo in comment.

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

View File

@ -62,7 +62,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 )
{
struct debug_info *info = get_info();