Of course, as soon as you see such typos in our code, you can be 90% sure they are...
[reactos.git] / reactos / drivers / usb / usbohci / hardware.cpp
index 710ef9f..7d7169e 100644 (file)
@@ -200,7 +200,7 @@ CUSBHardwareDevice::Initialize(
     Status = GetBusInterface(PhysicalDeviceObject, &BusInterface);
     if (!NT_SUCCESS(Status))
     {
-        DPRINT1("Failed to get BusInteface!\n");
+        DPRINT1("Failed to get BusInterface!\n");
         return Status;
     }