Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/usb typo fix
details: https://anonhg.NetBSD.org/src/rev/910cb0f160b0
branches: trunk
changeset: 519270:910cb0f160b0
user: ichiro <ichiro%NetBSD.org@localhost>
date: Fri Dec 14 08:33:54 2001 +0000
description:
typo fix
diffstat:
sys/dev/usb/umct.c | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
diffs (26 lines):
diff -r 6856bfbc8482 -r 910cb0f160b0 sys/dev/usb/umct.c
--- a/sys/dev/usb/umct.c Fri Dec 14 08:29:24 2001 +0000
+++ b/sys/dev/usb/umct.c Fri Dec 14 08:33:54 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: umct.c,v 1.5 2001/12/12 23:59:48 augustss Exp $ */
+/* $NetBSD: umct.c,v 1.6 2001/12/14 08:33:54 ichiro Exp $ */
/*
* Copyright (c) 2001 The NetBSD Foundation, Inc.
* All rights reserved.
@@ -36,14 +36,13 @@
*/
/*
- * This driver is for the device MCT USB-RS232 Interfact Controller.
+ * MCT USB-RS232 Interface Controller
* http://www.mct.com.tw/p_u232.html
* http://www.dlink.com/products/usb/dsbs25
- *
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: umct.c,v 1.5 2001/12/12 23:59:48 augustss Exp $");
+__KERNEL_RCSID(0, "$NetBSD: umct.c,v 1.6 2001/12/14 08:33:54 ichiro Exp $");
#include <sys/param.h>
#include <sys/systm.h>
Home |
Main Index |
Thread Index |
Old Index