Skip to content

Commit

Permalink
include/acpi/: Spelling fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Adrian Bunk <bunk@kernel.org>
  • Loading branch information
Joe Perches authored and Adrian Bunk committed Feb 3, 2008
1 parent 3c5f9be commit aee07ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/acpi/acpixf.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down
2 changes: 1 addition & 1 deletion include/acpi/processor.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
};

Expand Down

0 comments on commit aee07ba

Please sign in to comment.