mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
Fixed a typo.
svn path=/trunk/; revision=6544
This commit is contained in:
parent
999225b038
commit
28977a473c
1 changed files with 1 additions and 1 deletions
|
@ -776,7 +776,7 @@ NtOpenKey(OUT PHANDLE KeyHandle,
|
|||
NTSTATUS Status;
|
||||
PVOID Object;
|
||||
|
||||
DPRINT("NtOpenFile(KH %x DA %x OA %x OA->ON '%wZ'\n",
|
||||
DPRINT("NtOpenKey(KH %x DA %x OA %x OA->ON '%wZ'\n",
|
||||
KeyHandle,
|
||||
DesiredAccess,
|
||||
ObjectAttributes,
|
||||
|
|
Loading…
Reference in a new issue