commit | 7a63c655b88dc819017eaa0c8f029499ac507555 | [log] [tgz] |
---|---|---|
author | Laurence Withers <lwithers@guralp.com> | Wed Jul 25 03:55:47 2012 +0000 |
committer | Tom Rini <trini@ti.com> | Mon Oct 08 11:12:07 2012 -0700 |
tree | cfee0fdcf6514ba824ee4affa085f985311c6823 | |
parent | 7163a88da46ff42c38dd2903108d0fc87ab23349 [diff] [blame] |
GPIO: pca953x: fix spelling in help Signed-off-by: Laurence Withers <lwithers@guralp.com>
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 @@ " - 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" );