summaryrefslogtreecommitdiff
path: root/Documentation/superio
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/superio')
-rw-r--r--Documentation/superio/common/ssdt.md4
-rw-r--r--Documentation/superio/nuvoton/npcd378.md2
2 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/superio/common/ssdt.md b/Documentation/superio/common/ssdt.md
index 2f4049ef12..5f9e2f6298 100644
--- a/Documentation/superio/common/ssdt.md
+++ b/Documentation/superio/common/ssdt.md
@@ -50,7 +50,7 @@ end
The following methods are generated for each SuperIO:
## AMTX()
Acquire the global mutex and enter config mode.
-It's called this at the begining of an atomic operation to make sure
+It's called this at the beginning of an atomic operation to make sure
no other ACPI code messes with the config space while working on it.
## RMTX()
@@ -63,7 +63,7 @@ This method isn't guarded with the global mutex.
## DLDN(Arg0)
Disables the (virtual) LDN given as Arg0.
-This method aquires the global mutex.
+This method acquires the global mutex.
## QLDN(Arg0)
Queries the state of the (virtual) LDN given as Arg0.
diff --git a/Documentation/superio/nuvoton/npcd378.md b/Documentation/superio/nuvoton/npcd378.md
index f7fe1a56c6..11a0a88154 100644
--- a/Documentation/superio/nuvoton/npcd378.md
+++ b/Documentation/superio/nuvoton/npcd378.md
@@ -4,7 +4,7 @@ This page describes the [Nuvoton] SuperIO chip that can be found on various [HP]
mainboards.
As no datasheet is available most of the functions have been reverse engineered and
-might be inacurate or wrong.
+might be inaccurate or wrong.
## LDNs