diff options
author | Michael Hennerich <michael.hennerich@analog.com> | 2011-10-19 11:17:53 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2011-10-19 13:55:31 -0700 |
commit | e63abd0a1b757f6433869c13da4cf1b07fc14284 (patch) | |
tree | 69b2e94cdca5c796e3a2ba885a79d7883edc95f7 /drivers/staging/iio/dac | |
parent | fcf265d68dd990bd8be648ba5a590f887aa0d5cf (diff) | |
download | linux-e63abd0a1b757f6433869c13da4cf1b07fc14284.tar.bz2 |
iio: Spell fix - consistent use of Converter - no functional changes
Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
Acked-by: Jonathan Cameron <jic23@cam.ac.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/iio/dac')
-rw-r--r-- | drivers/staging/iio/dac/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/iio/dac/Kconfig b/drivers/staging/iio/dac/Kconfig index 724af7fb5b31..72281f87caa4 100644 --- a/drivers/staging/iio/dac/Kconfig +++ b/drivers/staging/iio/dac/Kconfig @@ -1,7 +1,7 @@ # # DAC drivers # -menu "Digital to analog convertors" +menu "Digital to analog converters" config AD5064 tristate "Analog Devices AD5064/64-1/44/24 DAC driver" @@ -18,7 +18,7 @@ config AD5624R_SPI depends on SPI help Say yes here to build support for Analog Devices AD5624R, AD5644R and - AD5664R convertors (DAC). This driver uses the common SPI interface. + AD5664R converters (DAC). This driver uses the common SPI interface. config AD5446 tristate "Analog Devices AD5444/6, AD5620/40/60 and AD5542A/12A DAC SPI driver" |