summaryrefslogtreecommitdiff
path: root/source/common
diff options
context:
space:
mode:
authorElyes Haouas <ehaouas@noos.fr>2022-09-28 15:15:58 +0200
committerElyes Haouas <ehaouas@noos.fr>2022-09-28 15:15:58 +0200
commitb8bc742de00c81c2b618a426960e25558cc514e9 (patch)
tree4f8ea712b9f9a824bd9746da757e7d6fac6b7fcf /source/common
parent7021087eedb0d7156286e9e4f255e93c07816921 (diff)
downloadacpica-b8bc742de00c81c2b618a426960e25558cc514e9.tar.gz
Fix spelling errors
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Diffstat (limited to 'source/common')
-rw-r--r--source/common/dmtbdump1.c2
-rw-r--r--source/common/dmtbinfo2.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/source/common/dmtbdump1.c b/source/common/dmtbdump1.c
index 13662611e..6751aa192 100644
--- a/source/common/dmtbdump1.c
+++ b/source/common/dmtbdump1.c
@@ -1837,7 +1837,7 @@ AcpiDmDumpHmat (
return;
}
- /* Dump HMAT structure additionals */
+ /* Dump HMAT structure additional */
switch (HmatStruct->Type)
{
diff --git a/source/common/dmtbinfo2.c b/source/common/dmtbinfo2.c
index 6ea3bdb05..1aa94af6d 100644
--- a/source/common/dmtbinfo2.c
+++ b/source/common/dmtbinfo2.c
@@ -2030,7 +2030,7 @@ ACPI_DMTABLE_INFO AcpiDmTableInfoSdevHdr[] =
{
{ACPI_DMT_SDEV, ACPI_SDEVH_OFFSET (Type), "Subtable Type", 0},
{ACPI_DMT_UINT8, ACPI_SDEVH_OFFSET (Flags), "Flags (decoded below)", 0},
- {ACPI_DMT_FLAG0, ACPI_SDEVH_FLAG_OFFSET (Flags,0), "Allow handoff to unsecure OS", 0},
+ {ACPI_DMT_FLAG0, ACPI_SDEVH_FLAG_OFFSET (Flags,0), "Allow handoff to insecure OS", 0},
{ACPI_DMT_FLAG1, ACPI_SDEVH_FLAG_OFFSET (Flags,0), "Secure access components present", 0},
{ACPI_DMT_UINT16, ACPI_SDEVH_OFFSET (Length), "Length", DT_LENGTH},
ACPI_DMT_TERMINATOR