Browse Source

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>
Fabio Estevam 7 years ago
parent
commit
29e795ca01
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/spi/Kconfig

+ 1 - 1
drivers/spi/Kconfig

@@ -52,7 +52,7 @@ config SPI_MEM
 	help
 	help
 	  Enable this option if you want to enable the SPI memory extension.
 	  Enable this option if you want to enable the SPI memory extension.
 	  This extension is meant to simplify interaction with SPI memories
 	  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"
 comment "SPI Master Controller Drivers"