diff options
Diffstat (limited to 'source/components/events/evregion.c')
| -rw-r--r-- | source/components/events/evregion.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/components/events/evregion.c b/source/components/events/evregion.c index 2b7780658ecd2..6f6d7ccc8b50d 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(); } |
