]> git.proxmox.com Git - mirror_edk2.git/blobdiff - OvmfPkg/AcpiTables/Facp.aslc
OvmfPkg/Acpi: Fix few typos
[mirror_edk2.git] / OvmfPkg / AcpiTables / Facp.aslc
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