diff options
author | Lucas De Marchi <lucas.de.marchi@gmail.com> | 2010-09-07 12:49:45 -0400 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2010-09-28 21:38:19 -0400 |
commit | 58f87ed0d45141a90167f34c0959d607160a26df (patch) | |
tree | c9c279958afd9c05d466a2f05b59d4e74d9423af /drivers/acpi/processor_perflib.c | |
parent | e9f74c489c9d4209946c04f29e7a724cb5537206 (diff) | |
download | linux-stable-58f87ed0d45141a90167f34c0959d607160a26df.tar.gz linux-stable-58f87ed0d45141a90167f34c0959d607160a26df.tar.bz2 linux-stable-58f87ed0d45141a90167f34c0959d607160a26df.zip |
ACPI: Fix typos
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/acpi/processor_perflib.c')
-rw-r--r-- | drivers/acpi/processor_perflib.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/acpi/processor_perflib.c b/drivers/acpi/processor_perflib.c index ba1bd263d903..3a73a93596e8 100644 --- a/drivers/acpi/processor_perflib.c +++ b/drivers/acpi/processor_perflib.c @@ -447,8 +447,8 @@ int acpi_processor_notify_smm(struct module *calling_module) if (!try_module_get(calling_module)) return -EINVAL; - /* is_done is set to negative if an error occured, - * and to postitive if _no_ error occured, but SMM + /* is_done is set to negative if an error occurred, + * and to postitive if _no_ error occurred, but SMM * was already notified. This avoids double notification * which might lead to unexpected results... */ |