From 4eefd67bb0aaaa9ffc124dc3f1a7a46254ae0ba5 Mon Sep 17 00:00:00 2001 From: Julian Elischer Date: Wed, 5 Jan 2005 01:04:35 +0000 Subject: [PATCH] Fix comment. One of the two "Step 4" shuold be a "step 5" --- sys/dev/usb/ehci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/usb/ehci.c b/sys/dev/usb/ehci.c index c45c9cdb545..b8d26a450fc 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;