aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/leds/leds-s3c24xx.c
diff options
context:
space:
mode:
authorUwe Kleine-König <ukleinek@informatik.uni-freiburg.de>2007-10-20 01:55:58 +0200
committerAdrian Bunk <bunk@kernel.org>2007-10-20 01:55:58 +0200
commit4a739d55c21298639df2ddeab332b8afef125ebc (patch)
treee9a4a3eabf24394f505b709635805e7673b5a2a1 /drivers/leds/leds-s3c24xx.c
parentfix typo "insted" -> "instead" (diff)
downloadlinux-dev-4a739d55c21298639df2ddeab332b8afef125ebc.tar.xz
linux-dev-4a739d55c21298639df2ddeab332b8afef125ebc.zip
fix typo "sort" -> "short"
Signed-off-by: Uwe Kleine-König <ukleinek@informatik.uni-freiburg.de> Signed-off-by: Adrian Bunk <bunk@kernel.org>
Diffstat (limited to 'drivers/leds/leds-s3c24xx.c')
-rw-r--r--drivers/leds/leds-s3c24xx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/leds/leds-s3c24xx.c b/drivers/leds/leds-s3c24xx.c
index 50914439d861..0fd640751294 100644
--- a/drivers/leds/leds-s3c24xx.c
+++ b/drivers/leds/leds-s3c24xx.c
@@ -43,7 +43,7 @@ static void s3c24xx_led_set(struct led_classdev *led_cdev,
struct s3c24xx_gpio_led *led = to_gpio(led_cdev);
struct s3c24xx_led_platdata *pd = led->pdata;
- /* there will be a sort delay between setting the output and
+ /* there will be a short delay between setting the output and
* going from output to input when using tristate. */
s3c2410_gpio_setpin(pd->gpio, (value ? 1 : 0) ^