]> git.proxmox.com Git - mirror_edk2.git/commitdiff
OvmfPkg/Acpi: Fix few typos
authorAntoine Coeur <coeur@gmx.fr>
Fri, 7 Feb 2020 01:08:07 +0000 (02:08 +0100)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Mon, 10 Feb 2020 22:30:07 +0000 (22:30 +0000)
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>

OvmfPkg/AcpiPlatformDxe/BootScript.c
OvmfPkg/AcpiTables/Facp.aslc
OvmfPkg/AcpiTables/Facs.aslc
OvmfPkg/AcpiTables/Madt.aslc
OvmfPkg/Csm/Include/Protocol/IsaAcpi.h

index 7137994471bd91f634949b2ab49b0637c1907512..7b1b9586da41cde8024fcca118749eb0ebc2cc93 100644 (file)
@@ -240,7 +240,7 @@ FatalError:
                         Script opcodes. If the function returns successfully,\r
                         the caller must set the S3Context pointer -- originally\r
                         returned by AllocateS3Context() -- immediately to NULL,\r
-                        because the ownership of S3Context has been transfered.\r
+                        because the ownership of S3Context has been transferred.\r
 \r
   @retval EFI_SUCCESS The translation of S3Context to ACPI S3 Boot Script\r
                       opcodes has been successfully executed or queued. (This\r
index 8829c1808a70654e8d01bc37dba46e5dc5e47912..657a8c64582102cae09d45037ec15ce3577a0596 100644 (file)
@@ -21,7 +21,7 @@ EFI_ACPI_2_0_FIXED_ACPI_DESCRIPTION_TABLE FACP = {
     EFI_ACPI_CREATOR_ID,        // ASL compiler vendor ID\r
     EFI_ACPI_CREATOR_REVISION   // ASL compiler revision number\r
   },\r
-  0,                // Physical addesss of FACS\r
+  0,                // Physical address of FACS\r
   0,                // Physical address of DSDT\r
   RESERVED,         // System Interrupt Model in ACPI 1.0, eliminated in 2.0\r
   EFI_ACPI_2_0_PM_PROFILE_UNSPECIFIED, // Preferred PM profile\r
@@ -62,8 +62,8 @@ EFI_ACPI_2_0_FIXED_ACPI_DESCRIPTION_TABLE FACP = {
   GAS2_IO(RESET_REG, 1), // Extended address of the Reset Register\r
   RESET_VALUE,           // Value for the Reset Register to reset the system\r
   { RESERVED },     // reserved[3]\r
-  0,                // 64-bit physical addesss of FACS, set at installation\r
-  0,                // 64-bit physical addesss of DSDT, set at installation\r
+  0,                // 64-bit physical address of FACS, set at installation\r
+  0,                // 64-bit physical address of DSDT, set at installation\r
 \r
   GAS2_IO(PM1a_EVT_BLK, PM1_EVT_LEN), // Ext. addr. of PM 1a Event Reg Blk\r
   { 0 },                              // PM 1b Event Reg Blk unsupported\r
@@ -83,7 +83,7 @@ ReferenceAcpiTable (
 {\r
   //\r
   // Reference the table being generated to prevent the optimizer from removing the\r
-  // data structure from the exeutable\r
+  // data structure from the executable\r
   //\r
   return (VOID*)&FACP;\r
 }\r
index 56f86c1ca4fd0ddba3f8325bc17b856b464811b1..d4e6ac4b6badc2a737a36920444c68028caaa0d9 100644 (file)
@@ -71,7 +71,7 @@ ReferenceAcpiTable (
 {\r
   //\r
   // Reference the table being generated to prevent the optimizer from removing the\r
-  // data structure from the exeutable\r
+  // data structure from the executable\r
   //\r
   return (VOID*)&FACS;\r
 }\r
index 44ffd37265001f793138974f83bc1b13b7fef9fa..02fc3649a0d0839cd9bc8a4fa22e233871577c4e 100644 (file)
@@ -147,7 +147,7 @@ ReferenceAcpiTable (
 {\r
   //\r
   // Reference the table being generated to prevent the optimizer from removing the\r
-  // data structure from the exeutable\r
+  // data structure from the executable\r
   //\r
   return (VOID*)&Madt;\r
 }\r
index 12aeb1227c54e0f328b4902648c24dc25cc8af3e..0ff57aa118ca2ff75ca278c890dc5e2c01fe8fb2 100644 (file)
@@ -131,7 +131,7 @@ EFI_STATUS
 \r
   This services sets the power state of the ISA controller specified by Device to\r
   the power state specified by OnOff.  TRUE denotes on, FALSE denotes off.\r
-  If the power state is sucessfully set on the ISA Controller, then\r
+  If the power state is successfully set on the ISA Controller, then\r
   EFI_SUCCESS is returned.\r
 \r
   @param[in] This     The pointer to the EFI_ISA_ACPI_PROTOCOL instance.\r