Backport of a spelling fix Tobias Klauser sent to me for Linux
2.6.12-rc4. Already fixed in i2c CVS.

Signed-off-by: Tobias Klauser <[EMAIL PROTECTED]>
Signed-off-by: Jean Delvare <[EMAIL PROTECTED]>

 drivers/i2c/i2c-dev.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

--- linux-2.4.30.orig/drivers/i2c/i2c-dev.c     2005-06-03 19:21:12.000000000 
+0200
+++ linux-2.4.30/drivers/i2c/i2c-dev.c  2005-06-03 19:22:52.000000000 +0200
@@ -229,7 +229,7 @@
                                   sizeof(rdwr_arg)))
                        return -EFAULT;
 
-               /* Put an arbritrary limit on the number of messages that can
+               /* Put an arbitrary limit on the number of messages that can
                 * be sent at once */
                if (rdwr_arg.nmsgs > 42)
                        return -EINVAL;

-- 
Jean Delvare
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to