Module: wine Branch: master Commit: 2bd154d838d2443a680f3e4698cf5cc7c2c23837 URL: http://source.winehq.org/git/wine.git/?a=commit;h=2bd154d838d2443a680f3e4698...
Author: Francois Gouget fgouget@free.fr Date: Sun May 15 15:33:17 2016 +0200
kernel32/tests: Fix a spelling typo in a virtual comment.
Signed-off-by: Francois Gouget fgouget@free.fr Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/kernel32/tests/virtual.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dlls/kernel32/tests/virtual.c b/dlls/kernel32/tests/virtual.c index 5503e25..37206b5 100644 --- a/dlls/kernel32/tests/virtual.c +++ b/dlls/kernel32/tests/virtual.c @@ -2591,7 +2591,7 @@ static void test_atl_thunk_emulation( ULONG dep_flags ) ok( count == 1, "wrong count %lu\n", count ); ok( results[0] == base, "wrong result %p\n", results[0] );
- /* Create a new window class and associcated Window (see above) */ + /* Create a new window class and associated Window (see above) */
success = VirtualProtect( base, size, PAGE_EXECUTE_READWRITE, &old_prot ); ok( success, "VirtualProtect failed %u\n", GetLastError() );