ntdll/tests: Fix a typo in comment.
Signed-off-by: Andrey Gusev <andrey.goosev@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
38faec25cf
commit
7ec37be381
|
@ -374,7 +374,7 @@ todo_wine
|
|||
ok(!key, "key = %p\n", key);
|
||||
if (status == STATUS_SUCCESS) NtClose(key);
|
||||
|
||||
/* Calling without parent key requres full registry path. */
|
||||
/* Calling without parent key requires full registry path. */
|
||||
pRtlCreateUnicodeStringFromAsciiz( &str, "Machine" );
|
||||
InitializeObjectAttributes(&attr, &str, 0, 0, 0);
|
||||
key = (HANDLE)0xdeadbeef;
|
||||
|
|
Loading…
Reference in New Issue