diff options
author | Fabio Estevam <fabio.estevam@nxp.com> | 2018-05-30 16:29:15 -0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2018-05-31 11:23:09 +0100 |
commit | 29e795ca017f9db8c0226c5f27c135d7922b392a (patch) | |
tree | 552510f69c743390acfa81471da7004c46e30219 /drivers | |
parent | 1e07392e7b147fd15082f9b755fc249e853f9b96 (diff) |
spi: Fix typo on SPI_MEM help text
The correct form is "a high-level", so fix it accordingly.
Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Reviewed-by: Boris Brezillon <boris.brezillon@bootlin.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/spi/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index e62ac3289bc1..ad5d68e1dab7 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig @@ -52,7 +52,7 @@ config SPI_MEM help Enable this option if you want to enable the SPI memory extension. This extension is meant to simplify interaction with SPI memories - by providing an high-level interface to send memory-like commands. + by providing a high-level interface to send memory-like commands. comment "SPI Master Controller Drivers" |