diff options
Diffstat (limited to 'arch/arm/plat-mxc/pwm.c')
-rw-r--r-- | arch/arm/plat-mxc/pwm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/plat-mxc/pwm.c b/arch/arm/plat-mxc/pwm.c index 5cdbd605ac05..4ff6dfe04283 100644 --- a/arch/arm/plat-mxc/pwm.c +++ b/arch/arm/plat-mxc/pwm.c | |||
@@ -94,7 +94,7 @@ int pwm_config(struct pwm_device *pwm, int duty_ns, int period_ns) | |||
94 | * register to follow the ratio of duty_ns vs. period_ns | 94 | * register to follow the ratio of duty_ns vs. period_ns |
95 | * accordingly. | 95 | * accordingly. |
96 | * | 96 | * |
97 | * This is good enought for programming the brightness of | 97 | * This is good enough for programming the brightness of |
98 | * the LCD backlight. | 98 | * the LCD backlight. |
99 | * | 99 | * |
100 | * The real implementation would divide PERCLK[0] first by | 100 | * The real implementation would divide PERCLK[0] first by |