drivers/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:06:17 +02:00
committed by Adrian Bunk
parent 9cd3704fc0
commit 3c5f9be461
2 changed files with 2 additions and 2 deletions

View File

@@ -830,7 +830,7 @@ static int acpi_bus_get_flags(struct acpi_device *device)
if (ACPI_SUCCESS(status)) if (ACPI_SUCCESS(status))
device->flags.wake_capable = 1; device->flags.wake_capable = 1;
/* TBD: Peformance management */ /* TBD: Performance management */
return 0; return 0;
} }

View File

@@ -1,6 +1,6 @@
/******************************************************************************* /*******************************************************************************
* *
* Module Name: utresrc - Resource managment utilities * Module Name: utresrc - Resource management utilities
* *
******************************************************************************/ ******************************************************************************/