Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/ic Fix typo in comment. Pointed out by Y.Sugahara.
details: https://anonhg.NetBSD.org/src/rev/7ec5ed89d3c1
branches: trunk
changeset: 770438:7ec5ed89d3c1
user: isaki <isaki%NetBSD.org@localhost>
date: Mon Oct 17 13:06:08 2011 +0000
description:
Fix typo in comment. Pointed out by Y.Sugahara.
diffstat:
sys/dev/ic/sl811hs.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 6b373edf781a -r 7ec5ed89d3c1 sys/dev/ic/sl811hs.c
--- a/sys/dev/ic/sl811hs.c Mon Oct 17 09:24:54 2011 +0000
+++ b/sys/dev/ic/sl811hs.c Mon Oct 17 13:06:08 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: sl811hs.c,v 1.29 2011/06/21 15:13:34 kiyohara Exp $ */
+/* $NetBSD: sl811hs.c,v 1.30 2011/10/17 13:06:08 isaki Exp $ */
/*
* Not (c) 2007 Matthew Orgass
@@ -13,7 +13,7 @@
* Cypress/ScanLogic SL811HS/T USB Host Controller
* Datasheet, Errata, and App Note available at www.cypress.com
*
- * Uses: Ratoc CFU1U PCMCIA USB Host Controller, Nereid Mac 68k USB HC, ISA
+ * Uses: Ratoc CFU1U PCMCIA USB Host Controller, Nereid X68k USB HC, ISA
* HCs. The Ratoc CFU2 uses a different chip.
*
* This chip puts the serial in USB. It implements USB by means of an eight
@@ -84,7 +84,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: sl811hs.c,v 1.29 2011/06/21 15:13:34 kiyohara Exp $");
+__KERNEL_RCSID(0, "$NetBSD: sl811hs.c,v 1.30 2011/10/17 13:06:08 isaki Exp $");
#include "opt_slhci.h"
Home |
Main Index |
Thread Index |
Old Index