From: Uwe Kleine-König Date: Fri, 19 Oct 2007 23:55:58 +0000 (+0200) Subject: fix typo "sort" -> "short" X-Git-Tag: v2.6.24-rc1~124^2~22 X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=4a739d55c21298639df2ddeab332b8afef125ebc;p=linux-2.6-omap-h63xx.git fix typo "sort" -> "short" Signed-off-by: Uwe Kleine-König Signed-off-by: Adrian Bunk --- diff --git a/drivers/leds/leds-s3c24xx.c b/drivers/leds/leds-s3c24xx.c index 50914439d86..0fd64075129 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) ^