Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/usb Fix typo in comment.



details:   https://anonhg.NetBSD.org/src/rev/14f244260de0
branches:  trunk
changeset: 517916:14f244260de0
user:      augustss <augustss%NetBSD.org@localhost>
date:      Wed Nov 21 12:25:55 2001 +0000

description:
Fix typo in comment.

diffstat:

 sys/dev/usb/uhci.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 209137560bc8 -r 14f244260de0 sys/dev/usb/uhci.c
--- a/sys/dev/usb/uhci.c        Wed Nov 21 11:28:09 2001 +0000
+++ b/sys/dev/usb/uhci.c        Wed Nov 21 12:25:55 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: uhci.c,v 1.147 2001/11/21 02:38:36 augustss Exp $      */
+/*     $NetBSD: uhci.c,v 1.148 2001/11/21 12:25:55 augustss Exp $      */
 /*     $FreeBSD: src/sys/dev/usb/uhci.c,v 1.33 1999/11/17 22:33:41 n_hibma Exp $       */
 
 /*
@@ -49,7 +49,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: uhci.c,v 1.147 2001/11/21 02:38:36 augustss Exp $");
+__KERNEL_RCSID(0, "$NetBSD: uhci.c,v 1.148 2001/11/21 12:25:55 augustss Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -586,7 +586,7 @@
        /* 
         * XXX
         * Since we are allocating a buffer we can assume that we will
-        * need TDs for it.  Since we don't want to alolocate those from
+        * need TDs for it.  Since we don't want to allocate those from
         * an interrupt context, we allocate them here and free them again.
         * This is no guarantee that we'll get the TDs next time...
         */



Home | Main Index | Thread Index | Old Index