summaryrefslogtreecommitdiffstats
path: root/drivers/gpio
diff options
context:
space:
mode:
authorLaurence Withers <lwithers@guralp.com>2012-07-25 03:55:47 +0000
committerTom Rini <trini@ti.com>2012-10-08 11:12:07 -0700
commitd75bc03f452f952dd3c997d3b524417dd614b58b (patch)
treecfee0fdcf6514ba824ee4affa085f985311c6823 /drivers/gpio
parent6538397c562544e41a8c08b36327f1d02488f3f5 (diff)
downloadblackbird-obmc-uboot-d75bc03f452f952dd3c997d3b524417dd614b58b.tar.gz
blackbird-obmc-uboot-d75bc03f452f952dd3c997d3b524417dd614b58b.zip
GPIO: pca953x: fix spelling in help
Signed-off-by: Laurence Withers <lwithers@guralp.com>
Diffstat (limited to 'drivers/gpio')
-rw-r--r--drivers/gpio/pca953x.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/pca953x.c b/drivers/gpio/pca953x.c
index 359fdeea23..64c779789c 100644
--- a/drivers/gpio/pca953x.c
+++ b/drivers/gpio/pca953x.c
@@ -287,7 +287,7 @@ U_BOOT_CMD(
" - set pin as output and drive low or high\n"
"pca953x invert pin 0|1\n"
" - disable/enable polarity inversion for reads\n"
- "pca953x intput pin\n"
+ "pca953x input pin\n"
" - set pin as input and read value"
);
OpenPOWER on IntegriCloud