瀏覽代碼

spi/bfin_spi: fix typo in comment

Signed-off-by: Rob Maris <maris.rob@vdi.de>
Signed-off-by: Barry Song <barry.song@analog.com>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Rob Maris 15 年之前
父節點
當前提交
e35954053c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/spi/spi_bfin5xx.c

+ 1 - 1
drivers/spi/spi_bfin5xx.c

@@ -364,7 +364,7 @@ static const struct transfer_ops bfin_transfer_ops_u16 = {
 	.duplex = bfin_spi_u16_duplex,
 };
 
-/* test if ther is more transfer to be done */
+/* test if there is more transfer to be done */
 static void *bfin_spi_next_transfer(struct master_data *drv_data)
 {
 	struct spi_message *msg = drv_data->cur_msg;