summaryrefslogtreecommitdiff
path: root/include/acpi
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2008-02-03 15:07:16 (GMT)
committerAdrian Bunk <bunk@kernel.org>2008-02-03 15:07:16 (GMT)
commitaee07ba683b3774e8f6660b750b01a1cd26a17a6 (patch)
tree4822a43151ee88a23270a55625a41d7d84f7e35e /include/acpi
parent3c5f9be461cd86394a143e73f2325da5938bce0b (diff)
downloadlinux-fsl-qoriq-aee07ba683b3774e8f6660b750b01a1cd26a17a6.tar.xz
include/acpi/: Spelling fixes
Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Adrian Bunk <bunk@kernel.org>
Diffstat (limited to 'include/acpi')
-rw-r--r--include/acpi/acpixf.h2
-rw-r--r--include/acpi/processor.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/acpi/acpixf.h b/include/acpi/acpixf.h
index b729e64..d970f7f 100644
--- a/include/acpi/acpixf.h
+++ b/include/acpi/acpixf.h
@@ -85,7 +85,7 @@ acpi_install_initialization_handler(acpi_init_handler handler, u32 function);
#endif
/*
- * ACPI Memory managment
+ * ACPI Memory management
*/
void *acpi_allocate(u32 size);
diff --git a/include/acpi/processor.h b/include/acpi/processor.h
index 76411b1..6e253b5 100644
--- a/include/acpi/processor.h
+++ b/include/acpi/processor.h
@@ -182,7 +182,7 @@ struct acpi_processor_throttling {
/* Limit Interface */
struct acpi_processor_lx {
- int px; /* performace state */
+ int px; /* performance state */
int tx; /* throttle level */
};