ntdll: Fix a typo in comment.
This commit is contained in:
parent
e46796e7a4
commit
841aabfd82
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue