spi: spi-mxs: fix a tiny typo in a comment
authorMichael Heimpold <mhei@heimpold.de>
Thu, 2 Oct 2014 21:10:22 +0000 (23:10 +0200)
committerMark Brown <broonie@kernel.org>
Fri, 3 Oct 2014 09:33:57 +0000 (10:33 +0100)
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-mxs.c

index 2884f0c..74f2ba0 100644 (file)
@@ -85,7 +85,7 @@ static int mxs_spi_setup_transfer(struct spi_device *dev,
                mxs_ssp_set_clk_rate(ssp, hz);
                /*
                 * Save requested rate, hz, rather than the actual rate,
-                * ssp->clk_rate.  Otherwise we would set the rate every trasfer
+                * ssp->clk_rate.  Otherwise we would set the rate every transfer
                 * when the actual rate is not quite the same as requested rate.
                 */
                spi->sck = hz;