tree-wide: fix assorted typos all over the place
[safe/jmp/linux-2.6] / drivers / video / backlight / atmel-pwm-bl.c
index 505c082..2cf7ba5 100644 (file)
@@ -158,7 +158,7 @@ static int atmel_pwm_bl_probe(struct platform_device *pdev)
                        goto err_free_pwm;
                }
 
-               /* Turn display off by defatult. */
+               /* Turn display off by default. */
                retval = gpio_direction_output(pwmbl->gpio_on,
                                0 ^ pdata->on_active_low);
                if (retval)