summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Bus/Pci/XhciDxe/Xhci.c
diff options
context:
space:
mode:
authorGary Lin <glin@suse.com>2016-10-19 15:01:22 +0800
committerFeng Tian <feng.tian@intel.com>2016-10-27 09:11:16 +0800
commited356b9e80d46c40457dd90f5352835e6611200b (patch)
treee50bb12ac84510567008f92cba49539cef59c6cd /MdeModulePkg/Bus/Pci/XhciDxe/Xhci.c
parent04b34efb40309b55ed9e56c294ee556001e4366f (diff)
downloadedk2-ed356b9e80d46c40457dd90f5352835e6611200b.tar.gz
edk2-ed356b9e80d46c40457dd90f5352835e6611200b.tar.bz2
edk2-ed356b9e80d46c40457dd90f5352835e6611200b.zip
MdeModulePkg/Bus: Fix typos in comments
- TURE -> TRUE - stoping -> stopping - doule -> double - Peroidic -> Periodic - stardard -> standard - a a -> a - reseting -> resetting - excute -> execute - connectted -> connected - Sumbit -> Submit Cc: Feng Tian <feng.tian@intel.com> Cc: Star Zeng <star.zeng@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Gary Lin <glin@suse.com> Reviewed-by: Feng Tian <feng.tian@intel.com> Reviewed-by: Star Zeng <star.zeng@intel.com>
Diffstat (limited to 'MdeModulePkg/Bus/Pci/XhciDxe/Xhci.c')
-rw-r--r--MdeModulePkg/Bus/Pci/XhciDxe/Xhci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/MdeModulePkg/Bus/Pci/XhciDxe/Xhci.c b/MdeModulePkg/Bus/Pci/XhciDxe/Xhci.c
index 1058f03030..2f6137ef57 100644
--- a/MdeModulePkg/Bus/Pci/XhciDxe/Xhci.c
+++ b/MdeModulePkg/Bus/Pci/XhciDxe/Xhci.c
@@ -2149,7 +2149,7 @@ CLOSE_PCIIO:
/**
- Stop this driver on ControllerHandle. Support stoping any child handles
+ Stop this driver on ControllerHandle. Support stopping any child handles
created by this driver.
@param This Protocol instance pointer.