summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Bus/Pci/EhciDxe/Ehci.c
diff options
context:
space:
mode:
authorgikidy <gikidy@6f19259b-4bc3-4df7-8a09-765794883524>2008-12-12 03:21:13 +0000
committergikidy <gikidy@6f19259b-4bc3-4df7-8a09-765794883524>2008-12-12 03:21:13 +0000
commit5f8be012742f0b30f8c176ca33d1e6c87c743386 (patch)
tree2e8ad4d34820f9a58143077b1371599de0e0651b /MdeModulePkg/Bus/Pci/EhciDxe/Ehci.c
parent5f087507ee3648db5e157b65c2dcb05547b1b9f9 (diff)
downloadedk2-platforms-5f8be012742f0b30f8c176ca33d1e6c87c743386.tar.xz
Add description to .inf files.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7004 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Bus/Pci/EhciDxe/Ehci.c')
-rw-r--r--MdeModulePkg/Bus/Pci/EhciDxe/Ehci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/MdeModulePkg/Bus/Pci/EhciDxe/Ehci.c b/MdeModulePkg/Bus/Pci/EhciDxe/Ehci.c
index 53d11bf9cd..0667fa645d 100644
--- a/MdeModulePkg/Bus/Pci/EhciDxe/Ehci.c
+++ b/MdeModulePkg/Bus/Pci/EhciDxe/Ehci.c
@@ -47,7 +47,7 @@ gEhciDriverBinding = {
};
/**
- Retrieves the capablility of root hub ports.
+ Retrieves the capability of root hub ports.
@param This This EFI_USB_HC_PROTOCOL instance.
@param MaxSpeed Max speed supported by the controller.