include/acpi/: Spelling fixes

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Adrian Bunk <bunk@kernel.org>
This commit is contained in:
Joe Perches 2008-02-03 17:07:16 +02:00 committed by Adrian Bunk
parent 3c5f9be461
commit aee07ba683
2 changed files with 2 additions and 2 deletions

View 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);

View 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 */
};