From 363badad19f3905f33f68128f7f1478989e54808 Mon Sep 17 00:00:00 2001 From: Hao Wu Date: Wed, 6 Jan 2016 01:09:56 +0000 Subject: [PATCH] MdeModulePkg UhciDxe: Fix a typo in function description Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Hao Wu Reviewed-by: Feng Tian git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19595 6f19259b-4bc3-4df7-8a09-765794883524 --- MdeModulePkg/Bus/Pci/UhciDxe/Uhci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MdeModulePkg/Bus/Pci/UhciDxe/Uhci.c b/MdeModulePkg/Bus/Pci/UhciDxe/Uhci.c index 179e36c3a2..a4cb27af90 100644 --- a/MdeModulePkg/Bus/Pci/UhciDxe/Uhci.c +++ b/MdeModulePkg/Bus/Pci/UhciDxe/Uhci.c @@ -596,7 +596,7 @@ Uhci2ClearRootHubPortFeature ( /** - Submits control transfer to a target USB device accroding to UEFI 2.0 spec. + Submits control transfer to a target USB device according to UEFI 2.0 spec. @param This A pointer to the EFI_USB2_HC_PROTOCOL instance. @param DeviceAddress Target device address.