Browse Source

include/acpi/: Spelling fixes

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Joe Perches 17 years ago
parent
commit
aee07ba683
2 changed files with 2 additions and 2 deletions
  1. 1 1
      include/acpi/acpixf.h
  2. 1 1
      include/acpi/processor.h

+ 1 - 1
include/acpi/acpixf.h

@@ -85,7 +85,7 @@ acpi_install_initialization_handler(acpi_init_handler handler, u32 function);
 #endif
 #endif
 
 
 /*
 /*
- * ACPI Memory managment
+ * ACPI Memory management
  */
  */
 void *acpi_allocate(u32 size);
 void *acpi_allocate(u32 size);
 
 

+ 1 - 1
include/acpi/processor.h

@@ -182,7 +182,7 @@ struct acpi_processor_throttling {
 /* Limit Interface */
 /* Limit Interface */
 
 
 struct acpi_processor_lx {
 struct acpi_processor_lx {
-	int px;			/* performace state */
+	int px;			/* performance state */
 	int tx;			/* throttle level */
 	int tx;			/* throttle level */
 };
 };