summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Moore <Robert.Moore@intel.com>2022-02-04 07:07:17 -0800
committerGitHub <noreply@github.com>2022-02-04 07:07:17 -0800
commit257dc9f5ce392fb0bb34fd363d1c248204a51c5b (patch)
treeaf70d0f5b7cc66eba9629fc5257a1c7600918d6a
parentbcc26083d5ecde3e3d90946134b68d308de29aec (diff)
parent01f43b049722fa7613fca3c9fa657b150fae8ac1 (diff)
downloadacpica-257dc9f5ce392fb0bb34fd363d1c248204a51c5b.tar.gz
Merge pull request #747 from trixirt/fix-from-kernel
cleanup double word in comment
-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.