Commit e3b1437e authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

ntdll/tests: A spelling fix in a comment.

parent b0a31c3a
...@@ -2121,7 +2121,7 @@ static void test_RtlLeaveCriticalSection(void) ...@@ -2121,7 +2121,7 @@ static void test_RtlLeaveCriticalSection(void)
ok(!cs.OwningThread, "unexpected OwningThread %p\n", cs.OwningThread); 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. * but doesn't modify LockCount so that an attempt to enter the section later will work.
*/ */
status = RtlLeaveCriticalSection(&cs); status = RtlLeaveCriticalSection(&cs);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment