ntdll/tests: A spelling fix in a comment.

Francois Gouget fgouget at free.fr
Thu Jul 6 05:22:39 CDT 2017


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

diff --git a/dlls/ntdll/tests/rtl.c b/dlls/ntdll/tests/rtl.c
index 7176e448ef8..a8412c5156a 100644
--- a/dlls/ntdll/tests/rtl.c
+++ b/dlls/ntdll/tests/rtl.c
@@ -2121,7 +2121,7 @@ static void test_RtlLeaveCriticalSection(void)
     ok(!cs.OwningThread, "unexpected OwningThread %p\n", cs.OwningThread);
 
     /*
-     * Trying to leave a section that wasn't acquired modifies RecusionCount to an invalid value,
+     * Trying to leave a section that wasn't acquired modifies RecursionCount to an invalid value,
      * but doesn't modify LockCount so that an attempt to enter the section later will work.
      */
     status = RtlLeaveCriticalSection(&cs);
-- 
2.13.2




More information about the wine-patches mailing list