Fix trivial typo

This commit is contained in:
Gregory Nutt 2015-05-03 10:48:42 -06:00
parent 5577b55cf5
commit 1828d14c08

View File

@ -4144,7 +4144,7 @@ static int sam_transfer(FAR struct usbhost_driver_s *drvr, usbhost_ep_t ep,
if (ret < 0)
{
udbg("ERROR: Tranfer setup failed: %d\n", ret);
udbg("ERROR: Transfer setup failed: %d\n", ret);
goto errout_with_iocwait;
}