Typo mmcsd/mmcsd_sdio.c

This commit is contained in:
David Sidrane 2017-02-10 14:36:55 -10:00
parent 1cdac1e8e6
commit 11d1b2e636
1 changed files with 1 additions and 1 deletions

View File

@ -2120,7 +2120,7 @@ static ssize_t mmcsd_read(FAR struct inode *inode, unsigned char *buffer,
}
#else
/* Use either the single- or muliple-block transfer method */
/* Use either the single- or multiple-block transfer method */
if (nsectors == 1)
{