[PATCH] ntdll/tests: Spelling fixes in comments.

Francois Gouget fgouget at free.fr
Thu Aug 23 09:44:20 CDT 2018


Signed-off-by: Francois Gouget <fgouget at free.fr>
---
 dlls/ntdll/tests/rtl.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dlls/ntdll/tests/rtl.c b/dlls/ntdll/tests/rtl.c
index 07fa1cd3ccf..5fe72ec38b0 100644
--- a/dlls/ntdll/tests/rtl.c
+++ b/dlls/ntdll/tests/rtl.c
@@ -1458,9 +1458,9 @@ static const struct
     NTSTATUS res;
     int terminator_offset;
     int ip[8];
-    /* win_broken: older versions of windows do not handle this correct
+    /* win_broken: older versions of windows do not handle this correctly
         ex_fail: Ex function does need the string to be terminated, non-Ex does not.
-        ex_skip: test doesnt make sense for Ex (f.e. it's invalid for non-Ex but valid for Ex) */
+        ex_skip: test doesn't make sense for Ex (f.e. it's invalid for non-Ex but valid for Ex) */
     enum { normal_6, win_broken_6 = 1, ex_fail_6 = 2, ex_skip_6 = 4 } flags;
 } ipv6_tests[] =
 {
@@ -2284,7 +2284,7 @@ static void test_RtlIpv6StringToAddressEx(void)
     /* sanity check */
     ok(sizeof(ip) == sizeof(USHORT)* 8, "sizeof(ip)\n");
 
-    /* first we run all ip related tests, to make sure someone didnt accidentally reimplement instead of re-use. */
+    /* first we run all ip related tests, to make sure someone didn't accidentally reimplement instead of re-use. */
     for (i = 0; i < ARRAY_SIZE(ipv6_tests); i++)
     {
         ULONG scope = 0xbadf00d;
-- 
2.18.0




More information about the wine-devel mailing list