Francois Gouget : kernel32/tests: Fix the spelling of a comment.

Alexandre Julliard julliard at winehq.org
Wed Apr 27 16:12:13 CDT 2022


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

Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Wed Apr 27 15:22:38 2022 +0200

kernel32/tests: Fix the spelling of 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 36649e901a1..fded1c69f1e 100644
--- a/dlls/kernel32/tests/heap.c
+++ b/dlls/kernel32/tests/heap.c
@@ -338,7 +338,7 @@ static void test_HeapCreate(void)
     ok( !!heap, "HeapCreate failed, error %lu\n", GetLastError() );
     ok( !((ULONG_PTR)heap & 0xffff), "wrong heap alignment\n" );
 
-    /* theshold between failure and success varies, and w7pro64 has a much larger overhead. */
+    /* threshold between failure and success varies, and w7pro64 has a much larger overhead. */
 
     ptr = HeapAlloc( heap, 0, alloc_size - (0x400 + 0x100 * sizeof(void *)) );
     ok( !!ptr, "HeapAlloc failed, error %lu\n", GetLastError() );




More information about the wine-cvs mailing list