drivers/acpi/: Spelling fixes
authorJoe Perches <joe@perches.com>
Sun, 3 Feb 2008 15:06:17 +0000 (17:06 +0200)
committerAdrian Bunk <bunk@kernel.org>
Sun, 3 Feb 2008 15:06:17 +0000 (17:06 +0200)
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Adrian Bunk <bunk@kernel.org>
drivers/acpi/scan.c
drivers/acpi/utilities/utresrc.c

index cbfe9ae..d9d531c 100644 (file)
@@ -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;
 }
index cbbd331..b630ee1 100644 (file)
@@ -1,6 +1,6 @@
 /*******************************************************************************
  *
- * Module Name: utresrc - Resource managment utilities
+ * Module Name: utresrc - Resource management utilities
  *
  ******************************************************************************/