Fix some common typos

This commit is contained in:
Gregory Nutt
2015-08-16 11:00:30 -06:00
parent 2478d27dd8
commit 77f5c34af0
5 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -2281,7 +2281,7 @@ static int usbmsc_cmdwritestate(FAR struct usbmsc_dev_s *priv)
xfrd = req->xfrd;
priv->nreqbytes = xfrd;
/* Now loop until all of the data in the read request has been tranferred
/* Now loop until all of the data in the read request has been transferred
* to the block driver OR all of the request data has been transferred.
*/