Module: wine Branch: master Commit: e3b1437e1b7db7d85f2967075924572c0872c6f0 URL: http://source.winehq.org/git/wine.git/?a=commit;h=e3b1437e1b7db7d85f29670759...
Author: Francois Gouget fgouget@free.fr Date: Thu Jul 6 12:22:39 2017 +0200
ntdll/tests: A spelling fix in a comment.
Signed-off-by: Francois Gouget fgouget@free.fr Signed-off-by: Alexandre Julliard julliard@winehq.org
---
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 7176e44..a8412c5 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);