[PATCH] I2C updates: Fix typo in a comment in i2c.h.

Linux Kernel Mailing List <[email protected]> Fri, 06 May 2005 21:59:41 +0000
Newsgroups gmane.linux.kernel.commits.2-4
Message-ID <[email protected]>
ChangeSet 1.1512, 2005/05/06 18:59:41-03:00, [email protected]

	[PATCH] I2C updates: Fix typo in a comment in i2c.h.
	
	Fix a typo in a comment in i2c.h. It was originally fixed by Corey
	Minyard in Linux 2.6.
	
	http://linux.bkbits.net:8080/linux-2.5/diffs/include/linux/[email protected]



 i2c.h |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


diff -Nru a/include/linux/i2c.h b/include/linux/i2c.h
--- a/include/linux/i2c.h	2005-05-06 20:01:49 -07:00
+++ b/include/linux/i2c.h	2005-05-06 20:01:49 -07:00
@@ -193,7 +193,7 @@
 	char name[32];				/* textual description 	*/
 	unsigned int id;
 
-	/* If an adapter algorithm can't to I2C-level access, set master_xfer
+	/* If an adapter algorithm can't do I2C-level access, set master_xfer
 	   to NULL. If an adapter algorithm can do SMBus access, set 
 	   smbus_xfer. If set to NULL, the SMBus protocol is simulated
 	   using common I2C messages */