diff options
author | Jesper Dangaard Brouer <brouer@redhat.com> | 2012-06-15 06:13:25 -0400 |
---|---|---|
committer | Bryan Wu <bryan.wu@canonical.com> | 2012-07-23 19:52:35 -0400 |
commit | dff67758c1c61c23a3f691675c67f1a3c9c47f7a (patch) | |
tree | eaf03bd3ee7389a80741264155d9fb9231f6872e /drivers/leds | |
parent | a0193cbee0809d65362a0767b2d50306b145b2f5 (diff) |
leds: correct trivial type in drivers/leds/Kconfig
Correct "hadrware" to "hardware", for LEDS_TRIGGER_TRANSIENT.
Signed-off-by: Jesper Dangaard Brouer <brouer@redhat.com>
Signed-off-by: Bryan Wu <bryan.wu@canonical.com>
Diffstat (limited to 'drivers/leds')
-rw-r--r-- | drivers/leds/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/leds/Kconfig b/drivers/leds/Kconfig index 54dd1a396fa..52f1d456f3d 100644 --- a/drivers/leds/Kconfig +++ b/drivers/leds/Kconfig | |||
@@ -511,7 +511,7 @@ config LEDS_TRIGGER_TRANSIENT | |||
511 | depends on LEDS_TRIGGERS | 511 | depends on LEDS_TRIGGERS |
512 | help | 512 | help |
513 | This allows one time activation of a transient state on | 513 | This allows one time activation of a transient state on |
514 | GPIO/PWM based hadrware. | 514 | GPIO/PWM based hardware. |
515 | If unsure, say Y. | 515 | If unsure, say Y. |
516 | 516 | ||
517 | endif # NEW_LEDS | 517 | endif # NEW_LEDS |