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

From: Jonathan Cameron
Date: Sat Nov 23 2024 - 11:22:56 EST


On Mon, 11 Nov 2024 14:55:05 +0000
Karan Sanghavi <karansanghvi98@xxxxxxxxx> wrote:

> Correct the converters typo error
>
> "convertors" => "converters"
>
> Signed-off-by: Karan Sanghavi <karansanghvi98@xxxxxxxxx>
Applied.
Thanks
> ---
> 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,