From: Tobias Klauser Date: Thu, 19 May 2005 19:41:47 +0000 (+0200) Subject: [PATCH] I2C: Spelling fixes for drivers/i2c/i2c-dev.c X-Git-Tag: v2.6.13-rc4~130^2~160^2~21 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=d68a861d857c11a017a8f755fa250afaf8b1bcdb;p=linux-2.6-omap-h63xx.git [PATCH] I2C: Spelling fixes for drivers/i2c/i2c-dev.c This patch fixes a misspelling in a comment section. Signed-off-by: Tobias Klauser Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/i2c/i2c-dev.c b/drivers/i2c/i2c-dev.c index cb217c45483..bc5d557e5dd 100644 --- a/drivers/i2c/i2c-dev.c +++ b/drivers/i2c/i2c-dev.c @@ -213,7 +213,7 @@ static int i2cdev_ioctl(struct inode *inode, struct file *file, 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 > I2C_RDRW_IOCTL_MAX_MSGS) return -EINVAL;