spi: correct the transfer_one_message documentation wording
[linux-2.6-block.git] / Documentation / spi / spi-summary
index dcaad476789c0b6914ebc0cc7a24d73cfc2ee6e3..7982bcc4d151adfa6f0782182a84a482b8d976a0 100644 (file)
@@ -543,7 +543,7 @@ SPI MASTER METHODS
        queuing transfers that arrive in the meantime. When the driver is
        finished with this message, it must call
        spi_finalize_current_message() so the subsystem can issue the next
-       transfer. This may sleep.
+       message. This may sleep.
 
     master->transfer_one(struct spi_master *master, struct spi_device *spi,
                         struct spi_transfer *transfer)