From d75bc03f452f952dd3c997d3b524417dd614b58b Mon Sep 17 00:00:00 2001
From: Laurence Withers <lwithers@guralp.com>
Date: Wed, 25 Jul 2012 03:55:47 +0000
Subject: [PATCH] GPIO: pca953x: fix spelling in help

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

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