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

ntdll: Fix a typo in comment.

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