Fix typos in debug messages
Modified: trunk/reactos/ntoskrnl/ke/i386/exp.c

Modified: trunk/reactos/ntoskrnl/ke/i386/exp.c
--- trunk/reactos/ntoskrnl/ke/i386/exp.c	2005-05-26 13:41:46 UTC (rev 15507)
+++ trunk/reactos/ntoskrnl/ke/i386/exp.c	2005-05-26 13:42:07 UTC (rev 15508)
@@ -725,7 +725,7 @@
 			&ResultLength );
 		if ( !NT_SUCCESS(Status) )
 		{
-			DPRINT1("Can't dump stack frames: NtQueryVirtualMemory() failed: %x\n", Status );
+			DPRINT1("Can't dump stack frames: MiQueryVirtualMemory() failed: %x\n", Status );
 			return;
 		}
 
@@ -782,7 +782,7 @@
 			&ResultLength );
 		if ( !NT_SUCCESS(Status) )
 		{
-			DPRINT1("Can't dump stack frames: NtQueryVirtualMemory() failed: %x\n", Status );
+			DPRINT1("Can't dump stack frames: MiQueryVirtualMemory() failed: %x\n", Status );
 			return;
 		}
 
@@ -834,7 +834,7 @@
 			&ResultLength );
 		if ( !NT_SUCCESS(Status) )
 		{
-			DPRINT1("Can't get stack frames: NtQueryVirtualMemory() failed: %x\n", Status );
+			DPRINT1("Can't get stack frames: MiQueryVirtualMemory() failed: %x\n", Status );
 			return 0;
 		}