spi: Fix simple typo s/impelment/implement
authorMoritz Fischer <moritz.fischer@ettus.com>
Tue, 3 May 2016 18:59:30 +0000 (11:59 -0700)
committerMark Brown <broonie@kernel.org>
Wed, 4 May 2016 13:42:23 +0000 (14:42 +0100)
This fixes a simple typo in one of the comments.

Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi.c

index a50f880a5036dfcad719a3ab7ad7c937864394a6..9e54d7bf3ec36d26cf2f8f6a4bcc40cba31488ed 100644 (file)
@@ -935,7 +935,7 @@ static int spi_map_msg(struct spi_master *master, struct spi_message *msg)
  * spi_transfer_one_message - Default implementation of transfer_one_message()
  *
  * This is a standard implementation of transfer_one_message() for
- * drivers which impelment a transfer_one() operation.  It provides
+ * drivers which implement a transfer_one() operation.  It provides
  * standard handling of delays and chip select management.
  */
 static int spi_transfer_one_message(struct spi_master *master,