IopMountFileSystem(): Cosmetic fix of debug message typo
authorshort <>
Thu, 3 Apr 2003 12:23:07 +0000 (12:23 +0000)
committershort <>
Thu, 3 Apr 2003 12:23:07 +0000 (12:23 +0000)
ntoskrnl/io/fs.c

index a241167..e8da549 100644 (file)
@@ -243,7 +243,7 @@ IopMountFileSystem(PDEVICE_OBJECT DeviceObject,
   PIRP Irp;
   NTSTATUS Status;
 
-  DPRINT("IoAskFileSystemToMountDevice(DeviceObject %x, DeviceToMount %x)\n",
+  DPRINT("IopMountFileSystem(DeviceObject %x, DeviceToMount %x)\n",
         DeviceObject,DeviceToMount);
 
   assert_irql(PASSIVE_LEVEL);