Skip to content
Snippets Groups Projects
Commit 6d6fdc41 authored by Gregory Nutt's avatar Gregory Nutt
Browse files

Fix trivial typo

parent 435d0881
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment