patch-2.4.0-test6 linux/Documentation/i2c/i2c-protocol

Next file: linux/Documentation/i2c/writing-clients
Previous file: linux/Documentation/i2c/dev-interface
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test5/linux/Documentation/i2c/i2c-protocol linux/Documentation/i2c/i2c-protocol
@@ -18,7 +18,7 @@
 [..]: Data sent by I2C device, as opposed to data sent by the host adapter.
 
 
-Simple send tranaction
+Simple send transaction
 ======================
 
 This corresponds to i2c_master_send.
@@ -34,7 +34,7 @@
   S Addr Rd [A] [Data] A [Data] A ... A [Data] NA P
 
 
-Combined tranactions
+Combined transactions
 ====================
 
 This corresponds to i2c_transfer
@@ -54,7 +54,7 @@
   Flag I2C_M_NOSTART: 
     In a combined transaction, no 'S Addr' is generated at some point.
     For example, setting I2C_M_NOSTART on the second partial message
-    generateds something like:
+    generates something like:
       S Addr Rd [A] [Data] NA Wr [A] Data [A] P
     If you set the I2C_M_NOSTART variable for the first partial message,
     we do not generate Addr, but we do generate the startbit S. This will

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)