]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
include/acpi/: Spelling fixes
authorJoe Perches <joe@perches.com>
Sun, 3 Feb 2008 15:07:16 +0000 (17:07 +0200)
committerAdrian Bunk <bunk@kernel.org>
Sun, 3 Feb 2008 15:07:16 +0000 (17:07 +0200)
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Adrian Bunk <bunk@kernel.org>
include/acpi/acpixf.h
include/acpi/processor.h

index b729e64d0d4c9ff04ed49bac9387ca97d2a1e2c0..d970f7f99549639183b73d8324043c2805020dd5 100644 (file)
@@ -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);
 
index 76411b1fc4fd4778e2e35cda00da46ead7b7dd5e..6e253b5b0f3bc33ba5d7c622bb0d689ee4df2c12 100644 (file)
@@ -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 */
 };