Francois Gouget : kernel32/tests: Fix a typo in a comment.

Alexandre Julliard julliard at winehq.org
Fri May 6 15:38:40 CDT 2022


Module: wine
Branch: master
Commit: 5479e9f2760783ef08539c7412eb28fe685f3605
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=5479e9f2760783ef08539c7412eb28fe685f3605

Author: Francois Gouget <fgouget at free.fr>
Date:   Fri May  6 14:48:25 2022 +0200

kernel32/tests: Fix a typo in a comment.

Signed-off-by: Francois Gouget <fgouget at free.fr>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 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 );




More information about the wine-cvs mailing list