]> git.karo-electronics.de Git - karo-tx-uboot.git/commitdiff
GPIO: pca953x: fix spelling in help
authorLaurence Withers <lwithers@guralp.com>
Wed, 25 Jul 2012 03:55:47 +0000 (03:55 +0000)
committerTom Rini <trini@ti.com>
Mon, 8 Oct 2012 18:12:07 +0000 (11:12 -0700)
Signed-off-by: Laurence Withers <lwithers@guralp.com>
drivers/gpio/pca953x.c

index 359fdeea23246b8285a5382b50b5e8885bd826af..64c779789c323d6d086b5c230926d87ece73d698 100644 (file)
@@ -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"
 );