ntdll/tests: A spelling fix in a comment.
Signed-off-by: Francois Gouget <fgouget@free.fr> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
b0a31c3a3b
commit
e3b1437e1b
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue