From: Attreyee Mukherjee Date: Sat, 23 Dec 2023 19:08:53 +0000 (+0530) Subject: Documentation/i2c: fix spelling error in i2c-address-translators X-Git-Tag: v6.7~1^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5cb23af38916fccde98f7a999b0b6f8c4ec34a3e;p=thirdparty%2Flinux.git 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: Attreyee Mukherjee Acked-by: Randy Dunlap Signed-off-by: Wolfram Sang --- diff --git a/Documentation/i2c/i2c-address-translators.rst b/Documentation/i2c/i2c-address-translators.rst index b22ce9f41ecfb..6845c114e472a 100644 --- a/Documentation/i2c/i2c-address-translators.rst +++ b/Documentation/i2c/i2c-address-translators.rst @@ -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,