diff options
| author | Josef Karthauser <joe@FreeBSD.org> | 2002-09-30 19:12:43 +0000 |
|---|---|---|
| committer | Josef Karthauser <joe@FreeBSD.org> | 2002-09-30 19:12:43 +0000 |
| commit | 854add2319f1bf444badf9d0abf73e33d639a046 (patch) | |
| tree | aa2a65a28d806b3e9706d184d0f2f4ba21da41e2 | |
| parent | 7537d97865ae713329955d21b5318b9e65e64ac5 (diff) | |
Notes
| -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 baaae52484ba..cbf90fd79bf4 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 |
