MdeModulePkg/UsbBus: Fix various typos

Fix various typos in comments and documentation.

Cc: Jian J Wang <jian.j.wang@intel.com>
Cc: Hao A Wu <hao.a.wu@intel.com>
Cc: Ray Ni <ray.ni@intel.com>
Signed-off-by: Antoine Coeur <coeur@gmx.fr>
Reviewed-by: Philippe Mathieu-Daude <philmd@redhat.com>
Acked-by: Liming Gao <liming.gao@intel.com>
Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
Message-Id: <20200207010831.9046-22-philmd@redhat.com>
This commit is contained in:
Antoine Coeur
2020-02-07 02:07:34 +01:00
committed by mergify[bot]
parent d22867471f
commit 13a623cf9c
12 changed files with 27 additions and 27 deletions

View File

@@ -545,7 +545,7 @@ UsbOnHubInterrupt (
// OK, actually something is changed, save the change map
// then signal the HUB to do enumeration. This is a good
// practise since UsbOnHubInterrupt is called in the context
// of host contrller's AsyncInterrupt monitor.
// of host controller's AsyncInterrupt monitor.
//
HubIf->ChangeMap = AllocateZeroPool (DataLength);
@@ -630,7 +630,7 @@ UsbHubInit (
//
// OK, set IsHub to TRUE. Now usb bus can handle this device
// as a working HUB. If failed eariler, bus driver will not
// as a working HUB. If failed earlier, bus driver will not
// recognize it as a hub. Other parts of the bus should be able
// to work.
//