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

@@ -107,7 +107,7 @@ AllocateLegacyMemory (
64 KB blocks.
Note: inconsistency with the Framework CSM spec. Per the spec, this function may be
invoked only once. This limitation is relaxed to allow multiple calls in this implemenation.
invoked only once. This limitation is relaxed to allow multiple calls in this implementation.
@param This Protocol instance pointer.
@param LegacyMemorySize Size of required region
@@ -319,7 +319,7 @@ ShadowAndStartLegacy16 (
Private->LegacyBiosImageSize = (UINT32) LegacyBiosImageSize;
//
// Can only shadow into memory allocated for legacy useage.
// Can only shadow into memory allocated for legacy usage.
//
ASSERT (Private->BiosStart > Private->OptionRom);
@@ -983,7 +983,7 @@ LegacyBiosInstall (
);
//
// Allocate 0 - 4K for real mode interupt vectors and BDA.
// Allocate 0 - 4K for real mode interrupt vectors and BDA.
//
AllocateLegacyMemory (
AllocateAddress,