IopMountFileSystem(): Cosmetic fix of debug message typo
[reactos.git] / 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);