diff options
author | rsun3 <rsun3@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-03-10 05:38:25 +0000 |
---|---|---|
committer | rsun3 <rsun3@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-03-10 05:38:25 +0000 |
commit | a1bd217a5d5d8a6899921f88a4ce1c06adc21957 (patch) | |
tree | 32e4d4120cdff075ab4a6bf68c7e81a7a3693e5a /MdeModulePkg | |
parent | 9bfb4940962a8da0f2399aa25764eee3bfc99327 (diff) | |
download | edk2-platforms-a1bd217a5d5d8a6899921f88a4ce1c06adc21957.tar.xz |
Minor comment fix.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10226 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg')
-rw-r--r-- | MdeModulePkg/Bus/Pci/EhciDxe/EhciDebug.c | 2 | ||||
-rw-r--r-- | MdeModulePkg/Bus/Pci/EhciDxe/EhciDebug.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/MdeModulePkg/Bus/Pci/EhciDxe/EhciDebug.c b/MdeModulePkg/Bus/Pci/EhciDxe/EhciDebug.c index 577eccd25f..65511a9a9a 100644 --- a/MdeModulePkg/Bus/Pci/EhciDxe/EhciDebug.c +++ b/MdeModulePkg/Bus/Pci/EhciDxe/EhciDebug.c @@ -229,7 +229,7 @@ EhcDumpBuf ( }
/**
- Dump the EHCI status registers
+ Dump the EHCI status registers.
@param Ehc USB EHCI Host Controller instance
diff --git a/MdeModulePkg/Bus/Pci/EhciDxe/EhciDebug.h b/MdeModulePkg/Bus/Pci/EhciDxe/EhciDebug.h index 01f6e5e2a9..43ca45b4c8 100644 --- a/MdeModulePkg/Bus/Pci/EhciDxe/EhciDebug.h +++ b/MdeModulePkg/Bus/Pci/EhciDxe/EhciDebug.h @@ -62,7 +62,7 @@ EhcDumpBuf ( /**
- Dump the EHCI status registers
+ Dump the EHCI status registers.
@param Ehc USB EHCI Host Controller instance
|