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) {