diff mbox

[U-Boot,1/2] GPIO: pca953x: fix spelling in help

Message ID 1343224548-9402-1-git-send-email-lwithers@guralp.com
State Accepted
Delegated to: Anatolij Gustschin
Headers show

Commit Message

Laurence Withers July 25, 2012, 1:55 p.m. UTC
Signed-off-by: Laurence Withers <lwithers@guralp.com>
---
 drivers/gpio/pca953x.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Comments

Anatolij Gustschin Oct. 5, 2012, 10:03 p.m. UTC | #1
Hi,

On Wed, 25 Jul 2012 13:55:47 +0000
Laurence Withers <lwithers@guralp.com> wrote:

> Signed-off-by: Laurence Withers <lwithers@guralp.com>
> ---
>  drivers/gpio/pca953x.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)

Applied to staging/agust@denx.de.

Thanks,
Anatolij
diff mbox

Patch

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"
 );