diff options
author | joe <joe@FreeBSD.org> | 2002-09-30 19:12:43 +0000 |
---|---|---|
committer | joe <joe@FreeBSD.org> | 2002-09-30 19:12:43 +0000 |
commit | 5d0bf2949575750f40ac9e44e3270d24982da726 (patch) | |
tree | aa2a65a28d806b3e9706d184d0f2f4ba21da41e2 /sys/dev/usb | |
parent | ab95dcbc772d9f16e5e736482297c04e90f231a7 (diff) | |
download | FreeBSD-src-5d0bf2949575750f40ac9e44e3270d24982da726.zip FreeBSD-src-5d0bf2949575750f40ac9e44e3270d24982da726.tar.gz |
Gremlins ate my comment!
Submitted by: Clive Lin <clive@tongi.org>
Diffstat (limited to 'sys/dev/usb')
-rw-r--r-- | sys/dev/usb/usb_port.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/usb/usb_port.h b/sys/dev/usb/usb_port.h index baaae52..cbf90fd 100644 --- a/sys/dev/usb/usb_port.h +++ b/sys/dev/usb/usb_port.h @@ -339,7 +339,7 @@ MALLOC_DECLARE(M_USBHC); #define USBVERBOSE -/* We don't the soft interrupt code on FreeBSD. +/* We don't use the soft interrupt code in FreeBSD. */ #if 0 #define USB_USE_SOFTINTR #endif |