dect
/
linux-2.6
Archived
13
0
Fork 0

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>
This commit is contained in:
Rob Maris 2010-04-06 04:12:00 +00:00 committed by Mike Frysinger
parent 7715aad4ef
commit e35954053c
1 changed files with 1 additions and 1 deletions

View File

@ -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;