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:
Antoine Coeur
2020-02-07 02:08:08 +01:00
committed by mergify[bot]
parent f221466ea7
commit 48cf40b8c9
21 changed files with 62 additions and 62 deletions

View File

@@ -145,7 +145,7 @@ typedef struct {
@param[in] SrcOffset The offset of the source in ISA MMIO space.
@param[in] Count The number tranfers to perform for this copy operation.
@retval EFI_SUCCESS The data was copied sucessfully.
@retval EFI_SUCCESS The data was copied successfully.
@retval EFI_UNSUPPORTED The DestOffset or SrcOffset is not valid for this device.
@retval EFI_INVALID_PARAMETER Width or Count, or both, were invalid.
@retval EFI_OUT_OF_RESOURCES The request could not be completed due to a lack of resources.

View File

@@ -1,7 +1,7 @@
/** @file
The EFI Legacy BIOS Protocol is used to abstract legacy Option ROM usage
under EFI and Legacy OS boot. This file also includes all the related
COMPATIBILIY16 structures and defintions.
COMPATIBILIY16 structures and definitions.
Note: The names for EFI_IA32_REGISTER_SET elements were picked to follow
well known naming conventions.
@@ -213,7 +213,7 @@ typedef struct {
/// value of the start of the PCI Express memory-mapped configuration registers and
/// must be filled in prior to EfiCompatibility code issuing the Compatibility16 function
/// Compatibility16InitializeYourself().
/// Compatibility16InitializeYourself() is defined in Compatability16
/// Compatibility16InitializeYourself() is defined in Compatibility16
/// Functions.
///
UINT32 PciExpressBase;
@@ -251,7 +251,7 @@ typedef struct {
///
/// Functions provided by the CSM binary which communicate between the EfiCompatibility
/// and Compatability16 code.
/// and Compatibility16 code.
///
/// Inconsistent with the specification here:
/// The member's name started with "Compatibility16" [defined in Intel Framework

View File

@@ -1,5 +1,5 @@
/** @file
The EFI Legacy BIOS Patform Protocol is used to mate a Legacy16
The EFI Legacy BIOS Platform Protocol is used to mate a Legacy16
implementation with this EFI code. The EFI driver that produces
the Legacy BIOS protocol is generic and consumes this protocol.
A driver that matches the Legacy16 produces this protocol
@@ -383,7 +383,7 @@ typedef enum {
///
/// ShadowAddress First free OpROM area, after other OpROMs have been dispatched..
///
/// Compatibility16Table Pointer to the Compatability16 Table.
/// Compatibility16Table Pointer to the Compatibility16 Table.
///
/// AdditionalData NULL.
///

View File

@@ -30,7 +30,7 @@ typedef struct _EFI_VGA_MINI_PORT_PROTOCOL EFI_VGA_MINI_PORT_PROTOCOL;
ModeNumber of 1 is a request for an 80x50 text mode. If ModeNumber is greater
than MaxModeNumber, then EFI_UNSUPPORTED is returned. If the VGA controller
is not functioning properly, then EFI_DEVICE_ERROR is returned. If the VGA
controller is sucessfully set to the mode number specified by ModeNumber, then
controller is successfully set to the mode number specified by ModeNumber, then
EFI_SUCCESS is returned.
@param[in] This A pointer to the EFI_VGA_MINI_PORT_PROTOCOL instance.