summaryrefslogtreecommitdiffstats
path: root/commands/gpio.c
diff options
context:
space:
mode:
authorJuergen Beisert <jbe@pengutronix.de>2010-12-21 12:25:13 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2010-12-21 16:03:40 +0100
commit87a89b34266088094acaa721ee3516d5be9c6519 (patch)
tree7a50338798458862b094c8e167779c3914dd03d8 /commands/gpio.c
parentaf05a9dd223f0a77133e37893354680c2f857a54 (diff)
downloadbarebox-87a89b34266088094acaa721ee3516d5be9c6519.tar.gz
barebox-87a89b34266088094acaa721ee3516d5be9c6519.tar.xz
Fix a typo in the GPIO doc
Signed-off-by: Juergen Beisert <jbe@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'commands/gpio.c')
-rw-r--r--commands/gpio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/gpio.c b/commands/gpio.c
index 0cf19fefc9..073c9d3bac 100644
--- a/commands/gpio.c
+++ b/commands/gpio.c
@@ -148,7 +148,7 @@ between @b barebox releases.
- gpio_no: Architecture dependend GPIO number
- initial_value: Output value
-<p> To avoid glitches on the pad the routines will first sett up the
+<p> To avoid glitches on the pad the routines will first set up the
pad's value and afterwards switch the pad to output (if the silicon is
able to do so). If the pad is already configured in non-GPIO mode (if
available), this command may silently fail. </p>