Fix trivial typo

This commit is contained in:
Gregory Nutt 2015-05-03 10:48:42 -06:00
parent 435d088182
commit 6d6fdc41d3
1 changed files with 1 additions and 1 deletions

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