Commit 7ec37be3 authored by Andrey Gusev's avatar Andrey Gusev Committed by Alexandre Julliard

ntdll/tests: Fix a typo in comment.

parent 38faec25
......@@ -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;
......
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