kernel32/tests: Fix a typo in a comment.

Signed-off-by: Francois Gouget <fgouget@free.fr>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Francois Gouget 2022-05-06 14:48:25 +02:00 committed by Alexandre Julliard
parent 053b78b934
commit 5479e9f276
1 changed files with 1 additions and 1 deletions

View File

@ -2285,7 +2285,7 @@ static void test_block_layout( HANDLE heap, DWORD global_flags, DWORD heap_flags
}
/* between the two thesholds, tail may still be set but block position is inconsistent */
/* between the two thresholds, tail may still be set but block position is inconsistent */
alloc_size = 0x20000 * sizeof(void *) - 0x2000;
winetest_push_context( "size %#Ix", alloc_size );