瀏覽代碼

spi: spi-mxs: fix a tiny typo in a comment

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Signed-off-by: Mark Brown <broonie@kernel.org>
Michael Heimpold 11 年之前
父節點
當前提交
a44619c31c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/spi/spi-mxs.c

+ 1 - 1
drivers/spi/spi-mxs.c

@@ -85,7 +85,7 @@ static int mxs_spi_setup_transfer(struct spi_device *dev,
 		mxs_ssp_set_clk_rate(ssp, hz);
 		mxs_ssp_set_clk_rate(ssp, hz);
 		/*
 		/*
 		 * Save requested rate, hz, rather than the actual rate,
 		 * 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.
 		 * when the actual rate is not quite the same as requested rate.
 		 */
 		 */
 		spi->sck = hz;
 		spi->sck = hz;