summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjulian <julian@FreeBSD.org>2005-01-05 01:04:35 +0000
committerjulian <julian@FreeBSD.org>2005-01-05 01:04:35 +0000
commitb625b904ffd299d5c914b65737e94a1a310993c9 (patch)
tree88046931bd69cca8cedac588a2dd50a41e639a6c
parentd7db964050a57d0f3683455d2c062221857eb6b6 (diff)
downloadFreeBSD-src-b625b904ffd299d5c914b65737e94a1a310993c9.zip
FreeBSD-src-b625b904ffd299d5c914b65737e94a1a310993c9.tar.gz
Fix comment. One of the two "Step 4" shuold be a "step 5"
-rw-r--r--sys/dev/usb/ehci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/usb/ehci.c b/sys/dev/usb/ehci.c
index c45c9cd..b8d26a4 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;
OpenPOWER on IntegriCloud