diff options
| author | Julian Elischer <julian@FreeBSD.org> | 2005-01-05 01:04:35 +0000 |
|---|---|---|
| committer | Julian Elischer <julian@FreeBSD.org> | 2005-01-05 01:04:35 +0000 |
| commit | 4eefd67bb0aaaa9ffc124dc3f1a7a46254ae0ba5 (patch) | |
| tree | 88046931bd69cca8cedac588a2dd50a41e639a6c | |
| parent | 328b4b876f10141454409a5764be34e07cec36a0 (diff) | |
Fix comment. One of the two "Step 4" shuold be a "step 5"
Notes
svn path=/head/; revision=139696
| -rw-r--r-- | sys/dev/usb/ehci.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
