Commit aee07ba683b3774e8f6660b750b01a1cd26a17a6

Authored by Joe Perches
Committed by Adrian Bunk
1 parent 3c5f9be461

include/acpi/: Spelling fixes

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Adrian Bunk <bunk@kernel.org>

Showing 2 changed files with 2 additions and 2 deletions Side-by-side Diff

include/acpi/acpixf.h
... ... @@ -85,7 +85,7 @@
85 85 #endif
86 86  
87 87 /*
88   - * ACPI Memory managment
  88 + * ACPI Memory management
89 89 */
90 90 void *acpi_allocate(u32 size);
91 91  
include/acpi/processor.h
... ... @@ -182,7 +182,7 @@
182 182 /* Limit Interface */
183 183  
184 184 struct acpi_processor_lx {
185   - int px; /* performace state */
  185 + int px; /* performance state */
186 186 int tx; /* throttle level */
187 187 };
188 188