diff options
author | Laurence Withers <lwithers@guralp.com> | 2012-07-25 03:55:47 +0000 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2012-10-08 11:12:07 -0700 |
commit | d75bc03f452f952dd3c997d3b524417dd614b58b (patch) | |
tree | cfee0fdcf6514ba824ee4affa085f985311c6823 /drivers/gpio/pca953x.c | |
parent | 6538397c562544e41a8c08b36327f1d02488f3f5 (diff) | |
download | u-boot-imx-d75bc03f452f952dd3c997d3b524417dd614b58b.zip u-boot-imx-d75bc03f452f952dd3c997d3b524417dd614b58b.tar.gz u-boot-imx-d75bc03f452f952dd3c997d3b524417dd614b58b.tar.bz2 |
GPIO: pca953x: fix spelling in help
Signed-off-by: Laurence Withers <lwithers@guralp.com>
Diffstat (limited to 'drivers/gpio/pca953x.c')
-rw-r--r-- | drivers/gpio/pca953x.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/pca953x.c b/drivers/gpio/pca953x.c index 359fdee..64c7797 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" ); |