summaryrefslogtreecommitdiff
path: root/source/components/events/evregion.c
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/events/evregion.c
parent0c9876c5c932af11f484a2432e6719a70f3dd939 (diff)
downloadacpica-ff5a9c54379c868d9f054021f23edb991a608f1b.tar.gz
Trivial: fix spelling mistakes
Signed-off-by: Erik Schmauss <erik.schmauss@intel.com>
Diffstat (limited to 'source/components/events/evregion.c')
-rw-r--r--source/components/events/evregion.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/components/events/evregion.c b/source/components/events/evregion.c
index 2b7780658..6f6d7ccc8 100644
--- a/source/components/events/evregion.c
+++ b/source/components/events/evregion.c
@@ -409,7 +409,7 @@ AcpiEvAddressSpaceDispatch (
/*
* For handlers other than the default (supplied) handlers, we must
* exit the interpreter because the handler *might* block -- we don't
- * know what it will do, so we can't hold the lock on the intepreter.
+ * know what it will do, so we can't hold the lock on the interpreter.
*/
AcpiExExitInterpreter();
}