Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[pandora-kernel.git] / drivers / power / da9030_battery.c
index 3364198..a2e71f7 100644 (file)
@@ -509,7 +509,7 @@ static int da9030_battery_probe(struct platform_device *pdev)
 
        charger->master = pdev->dev.parent;
 
-       /* 10 seconds between monotor runs unless platfrom defines other
+       /* 10 seconds between monitor runs unless platform defines other
           interval */
        charger->interval = msecs_to_jiffies(
                (pdata->batmon_interval ? : 10) * 1000);