Commit eb22539e authored by Alexandre Julliard's avatar Alexandre Julliard

ntdll: Fix an error message.

parent 72a3f183
......@@ -1187,7 +1187,7 @@ NTSTATUS WINAPI NtFsControlFile(HANDLE handle, HANDLE event, PIO_APC_ROUTINE apc
break;
case FSCTL_PIPE_IMPERSONATE:
FIXME("FSCTL_PIPE_DISCONNECT: impersonating self\n");
FIXME("FSCTL_PIPE_IMPERSONATE: impersonating self\n");
status = RtlImpersonateSelf( SecurityImpersonation );
break;
......
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