MdePkg/Library/Pci: Fix various typos

Fix various typos in comments and documentation.

Cc: Michael D Kinney <michael.d.kinney@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Signed-off-by: Antoine Coeur <coeur@gmx.fr>
Reviewed-by: Philippe Mathieu-Daude <philmd@redhat.com>
Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
Message-Id: <20200207010831.9046-26-philmd@redhat.com>
This commit is contained in:
Antoine Coeur
2020-02-07 02:07:38 +01:00
committed by mergify[bot]
parent c1d8b697cf
commit a8ecf980c0
6 changed files with 11 additions and 11 deletions

View File

@@ -210,7 +210,7 @@ PciSegmentRegisterForRuntimeAccess (
Address = (UINTN)EcamAddress;
//
// See if Address has already been registerd for runtime access
// See if Address has already been registered for runtime access
//
for (Index = 0; Index < mDxeRuntimePciSegmentLibNumberOfRuntimeRanges; Index++) {
if (mDxeRuntimePciSegmentLibRegistrationTable[Index].PhysicalAddress == Address) {