battery: fix typo in comment
authorJustin P. Mattock <justinmattock@gmail.com>
Sun, 13 Dec 2009 22:42:36 +0000 (14:42 -0800)
committerLen Brown <len.brown@intel.com>
Wed, 16 Dec 2009 05:07:21 +0000 (00:07 -0500)
Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
Signed-off-by: Len Brown <len.brown@intel.com>
drivers/acpi/battery.c

index 3f4602b8f287252d74b6697d64142229f09e63be..cada73ffdfa7f9323264efe430afedb7abeb6f41 100644 (file)
@@ -831,7 +831,7 @@ static void acpi_battery_notify(struct acpi_device *device, u32 event)
                                        dev_name(&device->dev), event,
                                        acpi_battery_present(battery));
 #ifdef CONFIG_ACPI_SYSFS_POWER
-       /* acpi_batter_update could remove power_supply object */
+       /* acpi_battery_update could remove power_supply object */
        if (battery->bat.dev)
                kobject_uevent(&battery->bat.dev->kobj, KOBJ_CHANGE);
 #endif
This page took 0.025359 seconds and 5 git commands to generate.