aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/usbdi.c
diff options
context:
space:
mode:
authorJosef Karthauser <joe@FreeBSD.org>2002-04-07 12:24:55 +0000
committerJosef Karthauser <joe@FreeBSD.org>2002-04-07 12:24:55 +0000
commit081d87cd07690d800ddcd041d82ed35061342567 (patch)
tree0466378c5e5c0685695d873dd6005e45cbe76436 /sys/dev/usb/usbdi.c
parent906e5d2c1b1a503aef1b22a0bad613b2ac9883b5 (diff)
downloadsrc-081d87cd07690d800ddcd041d82ed35061342567.tar.gz
src-081d87cd07690d800ddcd041d82ed35061342567.zip
MFNetBSD:
revision 1.87 date: 2001/11/21 15:37:41; author: augustss; state: Exp; lines: +5 -5 Fix indentation and typos.
Notes
Notes: svn path=/head/; revision=94078
Diffstat (limited to 'sys/dev/usb/usbdi.c')
-rw-r--r--sys/dev/usb/usbdi.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/usbdi.c b/sys/dev/usb/usbdi.c
index ae33f99ca044..ada1af907ba7 100644
--- a/sys/dev/usb/usbdi.c
+++ b/sys/dev/usb/usbdi.c
@@ -1,4 +1,4 @@
-/* $NetBSD: usbdi.c,v 1.80 2001/04/13 11:19:58 augustss Exp $ */
+/* $NetBSD: usbdi.c,v 1.87 2001/11/21 15:37:41 augustss Exp $ */
/* $FreeBSD$ */
/*
@@ -555,7 +555,7 @@ usbd_clear_endpoint_stall(usbd_pipe_handle pipe)
DPRINTFN(8, ("usbd_clear_endpoint_stall\n"));
/*
- * Clearing en endpoint stall resets the enpoint toggle, so
+ * Clearing en endpoint stall resets the endpoint toggle, so
* do the same to the HC toggle.
*/
pipe->methods->cleartoggle(pipe);