OvmfPkg/Csm: Fix various typos
Fix various typos in documentation, comments and strings. Cc: Jordan Justen <jordan.l.justen@intel.com> Cc: Laszlo Ersek <lersek@redhat.com> Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org> Signed-off-by: Antoine Coeur <coeur@gmx.fr> Reviewed-by: Philippe Mathieu-Daude <philmd@redhat.com> Reviewed-by: David Woodhouse <dwmw2@infradead.org> Acked-by: Laszlo Ersek <lersek@redhat.com> Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com> Message-Id: <20200207010831.9046-56-philmd@redhat.com>
This commit is contained in:
committed by
mergify[bot]
parent
f221466ea7
commit
48cf40b8c9
@@ -282,7 +282,7 @@ GetSelectedVgaDeviceInfo (
|
||||
Status = gBS->HandleProtocol (HandleBuffer[Index], &gEfiPciIoProtocolGuid, (VOID**)&PciIo);
|
||||
if (!EFI_ERROR (Status)) {
|
||||
//
|
||||
// Detemine if this is in the correct bus range.
|
||||
// Determine if this is in the correct bus range.
|
||||
//
|
||||
Status = PciIo->GetLocation (PciIo, &Segment, &Bus, &Device, &Function);
|
||||
if (EFI_ERROR(Status) || (Bus < MinBus || Bus > MaxBus)) {
|
||||
@@ -501,7 +501,7 @@ GetPlatformHandle (
|
||||
|
||||
//
|
||||
// Be sure to only fill out correct information based on platform
|
||||
// configureation.
|
||||
// configuration.
|
||||
//
|
||||
HddInfo[HddIndex].Status |= HDD_PRIMARY;
|
||||
HddInfo[HddIndex].Bus = (UINT32)Bus;
|
||||
@@ -882,7 +882,7 @@ TranslatePirq (
|
||||
if (PirqData == 0) {
|
||||
|
||||
//
|
||||
// No unused interrpts, so start reusing them.
|
||||
// No unused interrupts, so start reusing them.
|
||||
//
|
||||
MatchData = (UINT8) (~MatchData);
|
||||
}
|
||||
|
Reference in New Issue
Block a user