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 a comment.



details:   https://anonhg.NetBSD.org/src/rev/cb2fb2dbd1bd
branches:  trunk
changeset: 484056:cb2fb2dbd1bd
user:      augustss <augustss%NetBSD.org@localhost>
date:      Fri Mar 24 13:03:21 2000 +0000

description:
Fix a comment.

diffstat:

 sys/dev/usb/if_cuereg.h |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (19 lines):

diff -r 7929491ac4fa -r cb2fb2dbd1bd sys/dev/usb/if_cuereg.h
--- a/sys/dev/usb/if_cuereg.h   Fri Mar 24 13:02:00 2000 +0000
+++ b/sys/dev/usb/if_cuereg.h   Fri Mar 24 13:03:21 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_cuereg.h,v 1.6 2000/03/23 07:01:45 thorpej Exp $    */
+/*     $NetBSD: if_cuereg.h,v 1.7 2000/03/24 13:03:21 augustss Exp $   */
 /*
  * Copyright (c) 1997, 1998, 1999, 2000
  *     Bill Paul <wpaul%ee.columbia.edu@localhost>.  All rights reserved.
@@ -133,8 +133,7 @@
 #define CUE_IFACE_IDX          0
 
 /*
- * The interrupt endpoint is currently unused
- * by the KLSI part.
+ * The interrupt endpoint is currently unused by the CATC part.
  */
 #define CUE_ENDPT_RX           0x0
 #define CUE_ENDPT_TX           0x1



Home | Main Index | Thread Index | Old Index