[PATCH] iio: dac: Fix converters spelling typo.

From: Karan Sanghavi
Date: Mon Nov 11 2024 - 09:55:25 EST


Correct the converters typo error

"convertors" => "converters"

Signed-off-by: Karan Sanghavi <karansanghvi98@xxxxxxxxx>
---
drivers/iio/dac/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/iio/dac/Kconfig b/drivers/iio/dac/Kconfig
index 45e337c6d256..059994c7caa3 100644
--- a/drivers/iio/dac/Kconfig
+++ b/drivers/iio/dac/Kconfig
@@ -61,7 +61,7 @@ config AD5421
depends on SPI
help
Say yes here to build support for Analog Devices AD5421 loop-powered
- digital-to-analog convertors (DAC).
+ digital-to-analog converters (DAC).

To compile this driver as module choose M here: the module will be called
ad5421.

---
base-commit: 81983758430957d9a5cb3333fe324fd70cf63e7e
change-id: 20241111-dackconfigcodespell-2c39aae651a0

Best regards,
--
Karan Sanghavi <karansanghvi98@xxxxxxxxx>