[PATCH] kernel32/tests: Fix a typo in a comment.

Francois Gouget fgouget at free.fr
Fri May 6 07:48:25 CDT 2022


Signed-off-by: Francois Gouget <fgouget at free.fr>
---
 dlls/kernel32/tests/heap.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/kernel32/tests/heap.c b/dlls/kernel32/tests/heap.c
index b039bf524b2..cc02140f453 100644
--- a/dlls/kernel32/tests/heap.c
+++ b/dlls/kernel32/tests/heap.c
@@ -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 );
-- 
2.30.2




More information about the wine-devel mailing list