diff --git a/sys/dev/usb/ehci.c b/sys/dev/usb/ehci.c index c45c9cdb545e..b8d26a450fcd 100644 --- a/sys/dev/usb/ehci.c +++ b/sys/dev/usb/ehci.c @@ -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;