summaryrefslogtreecommitdiffstats
path: root/OvmfPkg/AcpiTables
diff options
context:
space:
mode:
authorAntoine Coeur <coeur@gmx.fr>2020-02-07 02:08:07 +0100
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2020-02-10 22:30:07 +0000
commitf221466ea77a897d0f21e2092d5564249ab828c1 (patch)
tree9a17662867a09c3bc1ecc9222766d6c5274a41ec /OvmfPkg/AcpiTables
parente79bf8d707a13d5cd5b6c34f6cd2bf5c25b4ee9e (diff)
downloadedk2-f221466ea77a897d0f21e2092d5564249ab828c1.tar.gz
edk2-f221466ea77a897d0f21e2092d5564249ab828c1.tar.bz2
edk2-f221466ea77a897d0f21e2092d5564249ab828c1.zip
OvmfPkg/Acpi: Fix few typos
Fix few typos in comments and documentation. 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: Laszlo Ersek <lersek@redhat.com> Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com> Message-Id: <20200207010831.9046-55-philmd@redhat.com>
Diffstat (limited to 'OvmfPkg/AcpiTables')
-rw-r--r--OvmfPkg/AcpiTables/Facp.aslc8
-rw-r--r--OvmfPkg/AcpiTables/Facs.aslc2
-rw-r--r--OvmfPkg/AcpiTables/Madt.aslc2
3 files changed, 6 insertions, 6 deletions
diff --git a/OvmfPkg/AcpiTables/Facp.aslc b/OvmfPkg/AcpiTables/Facp.aslc
index 8829c1808a..657a8c6458 100644
--- a/OvmfPkg/AcpiTables/Facp.aslc
+++ b/OvmfPkg/AcpiTables/Facp.aslc
@@ -21,7 +21,7 @@ EFI_ACPI_2_0_FIXED_ACPI_DESCRIPTION_TABLE FACP = {
EFI_ACPI_CREATOR_ID, // ASL compiler vendor ID
EFI_ACPI_CREATOR_REVISION // ASL compiler revision number
},
- 0, // Physical addesss of FACS
+ 0, // Physical address of FACS
0, // Physical address of DSDT
RESERVED, // System Interrupt Model in ACPI 1.0, eliminated in 2.0
EFI_ACPI_2_0_PM_PROFILE_UNSPECIFIED, // Preferred PM profile
@@ -62,8 +62,8 @@ EFI_ACPI_2_0_FIXED_ACPI_DESCRIPTION_TABLE FACP = {
GAS2_IO(RESET_REG, 1), // Extended address of the Reset Register
RESET_VALUE, // Value for the Reset Register to reset the system
{ RESERVED }, // reserved[3]
- 0, // 64-bit physical addesss of FACS, set at installation
- 0, // 64-bit physical addesss of DSDT, set at installation
+ 0, // 64-bit physical address of FACS, set at installation
+ 0, // 64-bit physical address of DSDT, set at installation
GAS2_IO(PM1a_EVT_BLK, PM1_EVT_LEN), // Ext. addr. of PM 1a Event Reg Blk
{ 0 }, // PM 1b Event Reg Blk unsupported
@@ -83,7 +83,7 @@ ReferenceAcpiTable (
{
//
// Reference the table being generated to prevent the optimizer from removing the
- // data structure from the exeutable
+ // data structure from the executable
//
return (VOID*)&FACP;
}
diff --git a/OvmfPkg/AcpiTables/Facs.aslc b/OvmfPkg/AcpiTables/Facs.aslc
index 56f86c1ca4..d4e6ac4b6b 100644
--- a/OvmfPkg/AcpiTables/Facs.aslc
+++ b/OvmfPkg/AcpiTables/Facs.aslc
@@ -71,7 +71,7 @@ ReferenceAcpiTable (
{
//
// Reference the table being generated to prevent the optimizer from removing the
- // data structure from the exeutable
+ // data structure from the executable
//
return (VOID*)&FACS;
}
diff --git a/OvmfPkg/AcpiTables/Madt.aslc b/OvmfPkg/AcpiTables/Madt.aslc
index 44ffd37265..02fc3649a0 100644
--- a/OvmfPkg/AcpiTables/Madt.aslc
+++ b/OvmfPkg/AcpiTables/Madt.aslc
@@ -147,7 +147,7 @@ ReferenceAcpiTable (
{
//
// Reference the table being generated to prevent the optimizer from removing the
- // data structure from the exeutable
+ // data structure from the executable
//
return (VOID*)&Madt;
}