diff options
author | Joe Perches <joe@perches.com> | 2008-02-03 17:06:17 +0200 |
---|---|---|
committer | Adrian Bunk <bunk@kernel.org> | 2008-02-03 17:06:17 +0200 |
commit | 3c5f9be461cd86394a143e73f2325da5938bce0b (patch) | |
tree | e5afb34e9e0a29505920a26b7cdb5b13be8f529c /drivers/acpi/scan.c | |
parent | 9cd3704fc0103c0d368fc08ce6ef14990b77ee61 (diff) |
drivers/acpi/: Spelling fixes
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Diffstat (limited to 'drivers/acpi/scan.c')
-rw-r--r-- | drivers/acpi/scan.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/scan.c b/drivers/acpi/scan.c index cbfe9ae7a9e..d9d531cce27 100644 --- a/drivers/acpi/scan.c +++ b/drivers/acpi/scan.c @@ -830,7 +830,7 @@ static int acpi_bus_get_flags(struct acpi_device *device) if (ACPI_SUCCESS(status)) device->flags.wake_capable = 1; - /* TBD: Peformance management */ + /* TBD: Performance management */ return 0; } |