Message ID | 20250517082555.1249609-1-sumanth.gavini@yahoo.com |
---|---|
State | New |
Headers | show |
Series | docs: i2c: Fix "resitors" to "resistors" | expand |
On Sat, May 17, 2025 at 01:25:27AM -0700, Sumanth Gavini wrote: > Fix misspelling reported by codespell > > Signed-off-by: Sumanth Gavini <sumanth.gavini@yahoo.com> Applied to for-next, thanks!
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
Fix misspelling reported by codespell Signed-off-by: Sumanth Gavini <sumanth.gavini@yahoo.com> --- Documentation/i2c/busses/i2c-parport.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)