Skip to content

Commit

Permalink
fix typo "sort" -> "short"
Browse files Browse the repository at this point in the history
Signed-off-by: Uwe Kleine-König <ukleinek@informatik.uni-freiburg.de>
Signed-off-by: Adrian Bunk <bunk@kernel.org>
  • Loading branch information
Uwe Kleine-König authored and Adrian Bunk committed Oct 19, 2007
1 parent dbe7f76 commit 4a739d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/leds/leds-s3c24xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) ^
Expand Down

0 comments on commit 4a739d5

Please sign in to comment.