docs: i2c: i2c-topology: fix typo
authorLuca Ceresoli <luca.ceresoli@bootlin.com>
Wed, 24 Aug 2022 08:31:02 +0000 (10:31 +0200)
committerWolfram Sang <wsa@kernel.org>
Mon, 29 Aug 2022 10:28:13 +0000 (12:28 +0200)
"intension" should have probably been "intention", however "intent" seems
even better.

Reported-by: Bagas Sanjaya <bagasdotme@gmail.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Acked-by: Peter Rosin <peda@axentia.se>
Signed-off-by: Wolfram Sang <wsa@kernel.org>
Documentation/i2c/i2c-topology.rst

index 7cb5381..c9ed3b4 100644 (file)
@@ -103,7 +103,7 @@ ML2. It is not safe to build arbitrary topologies with two (or more)
      I.e. the select-transfer-deselect transaction targeting e.g. device
      address 0x42 behind mux-one may be interleaved with a similar
      operation targeting device address 0x42 behind mux-two. The
-     intension with such a topology would in this hypothetical example
+     intent with such a topology would in this hypothetical example
      be that mux-one and mux-two should not be selected simultaneously,
      but mux-locked muxes do not guarantee that in all topologies.