- Fix a typo in the debug message.

svn path=/trunk/; revision=32796
This commit is contained in:
Aleksey Bragin 2008-03-31 15:58:59 +00:00
parent a5fd44c475
commit b8266b24f2

View file

@ -886,7 +886,7 @@ IopInitializeBootDrivers(VOID)
NTSTATUS Status;
UNICODE_STRING DriverName;
DPRINT("IopInitializeBootDrivers()");
DPRINT("IopInitializeBootDrivers()\n");
/* Use IopRootDeviceNode for now */
Status = IopCreateDeviceNode(IopRootDeviceNode, NULL, NULL, &DeviceNode);