]> git.proxmox.com Git - mirror_edk2.git/commitdiff
MdeModulePkg/UsbBusDxe:Correct typos in usb debug message
authorerictian <erictian@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 30 Mar 2012 03:33:27 +0000 (03:33 +0000)
committererictian <erictian@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 30 Mar 2012 03:33:27 +0000 (03:33 +0000)
Signed-off-by: erictian
Reviewed-by: rsun3
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13155 6f19259b-4bc3-4df7-8a09-765794883524

MdeModulePkg/Bus/Usb/UsbBusDxe/UsbEnumer.c

index f708902f1abe625b0a00c115aba7fd72ce6d99af..908dab18af2eba9c1a9573fd83acb44d0dd6b836 100644 (file)
@@ -680,7 +680,7 @@ UsbEnumerateNewDev (
   }\r
 \r
   if (!USB_BIT_IS_SET (PortState.PortStatus, USB_PORT_STAT_CONNECTION)) {\r
-    DEBUG ((EFI_D_ERROR, "UsbEnumerateNewDev: No device presented at port %d\n", Port));\r
+    DEBUG ((EFI_D_ERROR, "UsbEnumerateNewDev: No device present at port %d\n", Port));\r
     goto ON_ERROR;\r
   } else if (USB_BIT_IS_SET (PortState.PortStatus, USB_PORT_STAT_SUPER_SPEED)){\r
     Child->Speed      = EFI_USB_SPEED_SUPER;\r
@@ -907,7 +907,7 @@ UsbEnumeratePort (
     // Case4:\r
     //   Device connected or disconnected normally. \r
     //\r
-    DEBUG ((EFI_D_ERROR, "UsbEnumeratePort: Device Connect/Discount Normally\n", Port));\r
+    DEBUG ((EFI_D_ERROR, "UsbEnumeratePort: Device Connect/Disconnect Normally\n", Port));\r
   }\r
 \r
   // \r