[NTOSKRNL]

Fix typo.

svn path=/trunk/; revision=50821
This commit is contained in:
Sylvain Petreolle 2011-02-19 18:43:54 +00:00
parent d0515abbea
commit 3eb47ac17d

View file

@ -755,7 +755,7 @@ IopTranslateDeviceResources(
&DescriptorTranslated->u.Port.Start))
{
Status = STATUS_UNSUCCESSFUL;
DPRINT1("Failed to translate port resource (Start: 0xI64x)\n", DescriptorRaw->u.Port.Start.QuadPart);
DPRINT1("Failed to translate port resource (Start: 0x%I64x)\n", DescriptorRaw->u.Port.Start.QuadPart);
goto cleanup;
}
break;