summaryrefslogtreecommitdiff
path: root/source/components/namespace
diff options
context:
space:
mode:
authorErik Schmauss <erik.schmauss@intel.com>2019-02-14 15:12:45 -0800
committerErik Schmauss <erik.schmauss@intel.com>2019-02-14 15:14:57 -0800
commitff5a9c54379c868d9f054021f23edb991a608f1b (patch)
tree0d22e77afc51685a2a2b90b312023b6c7145caba /source/components/namespace
parent0c9876c5c932af11f484a2432e6719a70f3dd939 (diff)
downloadacpica-ff5a9c54379c868d9f054021f23edb991a608f1b.tar.gz
Trivial: fix spelling mistakes
Signed-off-by: Erik Schmauss <erik.schmauss@intel.com>
Diffstat (limited to 'source/components/namespace')
-rw-r--r--source/components/namespace/nsload.c2
-rw-r--r--source/components/namespace/nsutils.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/source/components/namespace/nsload.c b/source/components/namespace/nsload.c
index fc93604d8..f5a82347a 100644
--- a/source/components/namespace/nsload.c
+++ b/source/components/namespace/nsload.c
@@ -233,7 +233,7 @@ AcpiNsLoadTable (
/*
* On error, delete any namespace objects created by this table.
* We cannot initialize these objects, so delete them. There are
- * a couple of expecially bad cases:
+ * a couple of especially bad cases:
* AE_ALREADY_EXISTS - namespace collision.
* AE_NOT_FOUND - the target of a Scope operator does not
* exist. This target of Scope must already exist in the
diff --git a/source/components/namespace/nsutils.c b/source/components/namespace/nsutils.c
index 78ba42abd..4a9f0313d 100644
--- a/source/components/namespace/nsutils.c
+++ b/source/components/namespace/nsutils.c
@@ -561,7 +561,7 @@ AcpiNsInternalizeName (
*
* FUNCTION: AcpiNsExternalizeName
*
- * PARAMETERS: InternalNameLength - Lenth of the internal name below
+ * PARAMETERS: InternalNameLength - Length of the internal name below
* InternalName - Internal representation of name
* ConvertedNameLength - Where the length is returned
* ConvertedName - Where the resulting external name