Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=3f9a4790a3818af1228c7fb4286afd66f3201fd0
Commit:     3f9a4790a3818af1228c7fb4286afd66f3201fd0
Parent:     4e6697fcc194db8b45559a9863947c6cbfeea363
Author:     Mike Frysinger <[EMAIL PROTECTED]>
AuthorDate: Tue Feb 13 22:08:59 2007 +0100
Committer:  Jean Delvare <[EMAIL PROTECTED]>
CommitDate: Tue Feb 13 22:08:59 2007 +0100

    i2c: Fix typo in SMBus Write Word Data description
    
    Write data, don't read it.
    
    Signed-off-by: Mike Frysinger <[EMAIL PROTECTED]>
    Signed-off-by: Jean Delvare <[EMAIL PROTECTED]>
---
 Documentation/i2c/smbus-protocol |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Documentation/i2c/smbus-protocol b/Documentation/i2c/smbus-protocol
index 09f5e5c..8a653c6 100644
--- a/Documentation/i2c/smbus-protocol
+++ b/Documentation/i2c/smbus-protocol
@@ -97,7 +97,7 @@ SMBus Write Word Data
 =====================
 
 This is the opposite operation of the Read Word Data command. 16 bits
-of data is read from a device, from a designated register that is 
+of data is written to a device, to the designated register that is
 specified through the Comm byte. 
 
 S Addr Wr [A] Comm [A] DataLow [A] DataHigh [A] P
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to