summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Rix <trix@redhat.com>2022-02-03 08:07:24 -0800
committerTom Rix <trix@redhat.com>2022-02-03 08:07:24 -0800
commit01f43b049722fa7613fca3c9fa657b150fae8ac1 (patch)
treeaf70d0f5b7cc66eba9629fc5257a1c7600918d6a
parentbcc26083d5ecde3e3d90946134b68d308de29aec (diff)
downloadacpica-01f43b049722fa7613fca3c9fa657b150fae8ac1.tar.gz
cleanup double word in comment
Remove the second 'know' and 'than'. Signed-off-by: Tom Rix <trix@redhat.com>
-rw-r--r--source/components/executer/exfldio.c2
-rw-r--r--source/components/hardware/hwregs.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/source/components/executer/exfldio.c b/source/components/executer/exfldio.c
index 6a5a5fe1b..1a9bd09b1 100644
--- a/source/components/executer/exfldio.c
+++ b/source/components/executer/exfldio.c
@@ -262,7 +262,7 @@ AcpiExSetupRegion (
#ifdef ACPI_UNDER_DEVELOPMENT
/*
* If the Field access is AnyAcc, we can now compute the optimal
- * access (because we know know the length of the parent region)
+ * access (because we know the length of the parent region)
*/
if (!(ObjDesc->Common.Flags & AOPOBJ_DATA_VALID))
{
diff --git a/source/components/hardware/hwregs.c b/source/components/hardware/hwregs.c
index 712a0887b..13afc7324 100644
--- a/source/components/hardware/hwregs.c
+++ b/source/components/hardware/hwregs.c
@@ -633,7 +633,7 @@ AcpiHwGetBitRegisterInfo (
* RETURN: Status
*
* DESCRIPTION: Write the PM1 A/B control registers. These registers are
- * different than than the PM1 A/B status and enable registers
+ * different than the PM1 A/B status and enable registers
* in that different values can be written to the A/B registers.
* Most notably, the SLP_TYP bits can be different, as per the
* values returned from the _Sx predefined methods.