Skip to content

Commit

Permalink
spi/bfin_spi: fix typo in comment
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Rob Maris authored and Mike Frysinger committed Oct 18, 2010
1 parent 7715aad commit e359540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/spi/spi_bfin5xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit e359540

Please sign in to comment.