CorebootPayloadPkg: Fix various typos
Fix various typos in CorebootPayloadPkg. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Coeur <coeur@gmx.fr> Reviewed-by: Benjamin You <benjamin.you@intel.com>
This commit is contained in:
committed by
Benjamin You
parent
2d66393219
commit
68f87b2572
@@ -42,7 +42,7 @@ ScanForRootBridges (
|
||||
assigned to any subordinate bus found behind any
|
||||
PCI bridge hanging off this root bus.
|
||||
|
||||
The caller is repsonsible for ensuring that
|
||||
The caller is responsible for ensuring that
|
||||
RootBusNumber <= MaxSubBusNumber. If
|
||||
RootBusNumber equals MaxSubBusNumber, then the
|
||||
root bus has no room for subordinate buses.
|
||||
|
@@ -70,7 +70,7 @@ CB_PCI_ROOT_BRIDGE_DEVICE_PATH mRootBridgeDevicePathTemplate = {
|
||||
assigned to any subordinate bus found behind any
|
||||
PCI bridge hanging off this root bus.
|
||||
|
||||
The caller is repsonsible for ensuring that
|
||||
The caller is responsible for ensuring that
|
||||
RootBusNumber <= MaxSubBusNumber. If
|
||||
RootBusNumber equals MaxSubBusNumber, then the
|
||||
root bus has no room for subordinate buses.
|
||||
|
@@ -146,7 +146,7 @@ PcatPciRootBridgeBarExisted (
|
||||
}
|
||||
|
||||
/**
|
||||
Parse PCI bar and collect the assigned PCI resouce information.
|
||||
Parse PCI bar and collect the assigned PCI resource information.
|
||||
|
||||
@param[in] Command Supported attributes.
|
||||
|
||||
@@ -397,7 +397,7 @@ ScanForRootBridges (
|
||||
//
|
||||
if (Pci.Bridge.SubordinateBus > SubBus) {
|
||||
//
|
||||
// If the suborinate bus number of the PCI-PCI bridge is greater
|
||||
// If the subordinate bus number of the PCI-PCI bridge is greater
|
||||
// than the PCI root bridge's current subordinate bus number,
|
||||
// then update the PCI root bridge's subordinate bus number
|
||||
//
|
||||
@@ -536,7 +536,7 @@ ScanForRootBridges (
|
||||
|
||||
//
|
||||
// See if the PCI Device is a PCI - ISA or PCI - EISA
|
||||
// or ISA_POSITIVIE_DECODE Bridge device
|
||||
// or ISA_POSITIVE_DECODE Bridge device
|
||||
//
|
||||
if (Pci.Hdr.ClassCode[2] == PCI_CLASS_BRIDGE) {
|
||||
if (Pci.Hdr.ClassCode[1] == PCI_CLASS_BRIDGE_ISA ||
|
||||
|
Reference in New Issue
Block a user