Commit 5cb23af3 authored by Attreyee Mukherjee's avatar Attreyee Mukherjee Committed by Wolfram Sang
Browse files

Documentation/i2c: fix spelling error in i2c-address-translators



Correct to "stretched" from "streched" in "keeps clock streched on bus A
waiting for reply".

Signed-off-by: default avatarAttreyee Mukherjee <tintinm2017@gmail.com>
Acked-by: default avatarRandy Dunlap <rdunlap@infradead.org>
Signed-off-by: default avatarWolfram Sang <wsa@kernel.org>
parent 861deac3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -71,7 +71,7 @@ Transaction:
 - Physical I2C transaction on bus A, slave address 0x20
 - ATR chip detects transaction on address 0x20, finds it in table,
   propagates transaction on bus B with address translated to 0x10,
   keeps clock streched on bus A waiting for reply
   keeps clock stretched on bus A waiting for reply
 - Slave X chip (on bus B) detects transaction at its own physical
   address 0x10 and replies normally
 - ATR chip stops clock stretching and forwards reply on bus A,