diff options
author | Hao Wu <hao.a.wu@intel.com> | 2016-01-06 01:09:56 +0000 |
---|---|---|
committer | hwu1225 <hwu1225@Edk2> | 2016-01-06 01:09:56 +0000 |
commit | 363badad19f3905f33f68128f7f1478989e54808 (patch) | |
tree | 7c649e7937f306183595fab5f658d3f978174d8c | |
parent | 27c19606b0f5183956654d9640b5b249953b8624 (diff) | |
download | edk2-platforms-363badad19f3905f33f68128f7f1478989e54808.tar.xz |
MdeModulePkg UhciDxe: Fix a typo in function description
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Hao Wu <hao.a.wu@intel.com>
Reviewed-by: Feng Tian <feng.tian@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19595 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r-- | MdeModulePkg/Bus/Pci/UhciDxe/Uhci.c | 2 |
1 files changed, 1 insertions, 1 deletions
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.
|