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:
Francois Gouget 2017-07-06 12:22:39 +02:00 committed by Alexandre Julliard
parent b0a31c3a3b
commit e3b1437e1b
1 changed files with 1 additions and 1 deletions

View File

@ -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);