[PATCH] docs: Fix typo in Documentation/i2c/busses/i2c-parport.rst

Faisal Bukhari posted 1 patch 3 months, 2 weeks ago
Documentation/i2c/busses/i2c-parport.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] docs: Fix typo in Documentation/i2c/busses/i2c-parport.rst
Posted by Faisal Bukhari 3 months, 2 weeks ago
Fixes a spelling mistake: "resitors" → "resistors".

Signed-off-by: Faisal Bukhari <faisalbukhari523@gmail.com>
---
 Documentation/i2c/busses/i2c-parport.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/i2c/busses/i2c-parport.rst b/Documentation/i2c/busses/i2c-parport.rst
index a9b4e8133700..4cbf45952d52 100644
--- a/Documentation/i2c/busses/i2c-parport.rst
+++ b/Documentation/i2c/busses/i2c-parport.rst
@@ -84,7 +84,7 @@ Remarks:
                    \|
 
    must be 74HC05, they must be open collector output.
- - All resitors are 10k.
+ - All resistors are 10k.
  - Pins 18-25 of the parallel port connected to GND.
  - Pins 4-9 (D2-D7) could be used as VDD is the driver drives them high.
    The ADM1032 evaluation board uses D4-D7. Beware that the amount of
-- 
2.43.0

Re: [PATCH] docs: Fix typo in Documentation/i2c/busses/i2c-parport.rst
Posted by Wolfram Sang 3 months, 2 weeks ago
On Sat, Jun 21, 2025 at 01:32:44PM +0530, Faisal Bukhari wrote:
> Fixes a spelling mistake: "resitors" → "resistors".

Please always check against linux-next before sending patches.