Fix comment. One of the two "Step 4" shuold be a "step 5"

This commit is contained in:
Julian Elischer 2005-01-05 01:04:35 +00:00
parent 328b4b876f
commit 4eefd67bb0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=139696

View File

@ -2634,7 +2634,7 @@ ehci_abort_xfer(usbd_xfer_handle xfer, usbd_status status)
}
ehci_add_qh(sqh, psqh);
/*
* Step 4: Execute callback.
* Step 5: Execute callback.
*/
#ifdef DIAGNOSTIC
exfer->isdone = 1;