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:
Antoine Coeur 2019-02-07 00:48:41 +08:00 committed by Benjamin You
parent 2d66393219
commit 68f87b2572
7 changed files with 66 additions and 66 deletions

View File

@ -262,7 +262,7 @@ FbGopDriverBindingStart (
if (IsDevicePathEnd (RemainingDevicePath)) {
//
// If RemainingDevicePath is the End of Device Path Node,
// don't create any child device and return EFI_SUCESS
// don't create any child device and return EFI_SUCCESS
Status = EFI_SUCCESS;
goto Done;
}
@ -688,7 +688,7 @@ FbGopChildHandleUninstall (
/**
Release resource for biso video instance.
Release resource for bios video instance.
@param FbGopPrivate Video child device private data structure
@ -703,7 +703,7 @@ FbGopDeviceReleaseResource (
}
//
// Release all the resourses occupied by the FB_VIDEO_DEV
// Release all the resources occupied by the FB_VIDEO_DEV
//
//
@ -1222,7 +1222,7 @@ FbGopVbeBltWorker (
}
//
// We need to fill the Virtual Screen buffer with the blt data.
// The virtual screen is upside down, as the first row is the bootom row of
// The virtual screen is upside down, as the first row is the bottom row of
// the image.
//
if (BltOperation == EfiBltVideoToBltBuffer) {

View File

@ -205,7 +205,7 @@ FbGopCheckForVbe (
/**
Release resource for biso video instance.
Release resource for bios video instance.
@param FbGopPrivate Video child device private data structure
@ -311,9 +311,9 @@ FbGopGraphicsOutputVbeBlt (
/**
Grahpics Output protocol instance to block transfer for VGA device.
Graphics Output protocol instance to block transfer for VGA device.
@param This Pointer to Grahpics Output protocol instance
@param This Pointer to Graphics Output protocol instance
@param BltBuffer The data to transfer to screen
@param BltOperation The operation to perform
@param SourceX The X coordinate of the source for BltOperation
@ -394,7 +394,7 @@ FbGopChildHandleUninstall (
);
/**
Release resource for biso video instance.
Release resource for bios video instance.
@param FbGopPrivate Video child device private data structure

View File

@ -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.

View File

@ -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.

View File

@ -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 ||

View File

@ -208,7 +208,7 @@ PlatformBootManagerBeforeConsole (
Signal console ready platform customized event;
Run diagnostics like memory testing;
Connect certain devices;
Dispatch aditional option roms.
Dispatch additional option roms.
**/
VOID
EFIAPI

View File

@ -34,7 +34,7 @@ typedef struct {
/**
Performs platform specific initialization required for the CPU to access
the hardware associated with a SerialPortLib instance. This function does
not intiailzie the serial port hardware itself. Instead, it initializes
not initialize the serial port hardware itself. Instead, it initializes
hardware devices that are required for the CPU to access the serial port
hardware. This function may be called more than once.