Fix a typo in a comment

This commit is contained in:
Gregory Nutt
2017-01-12 16:24:41 -06:00
parent acbfa47f70
commit 2d9668fbd2
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -1476,6 +1476,7 @@ static ssize_t mmcsd_readmultiple(FAR struct mmcsd_state_s *priv,
{
offset = startblock << priv->blockshift;
}
finfo("nbytes=%d byte offset=%d\n", nbytes, offset);
/* Select the block size for the card */