Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sun3/dev fix typo - si_vme, not si_vmw
details: https://anonhg.NetBSD.org/src/rev/e003cfc03e5b
branches: trunk
changeset: 537958:e003cfc03e5b
user: jdolecek <jdolecek%NetBSD.org@localhost>
date: Tue Oct 08 21:29:46 2002 +0000
description:
fix typo - si_vme, not si_vmw
diffstat:
sys/arch/sun3/dev/si_vme.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 4b40aeea646a -r e003cfc03e5b sys/arch/sun3/dev/si_vme.c
--- a/sys/arch/sun3/dev/si_vme.c Tue Oct 08 20:29:58 2002 +0000
+++ b/sys/arch/sun3/dev/si_vme.c Tue Oct 08 21:29:46 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: si_vme.c,v 1.19 2002/10/02 16:02:27 thorpej Exp $ */
+/* $NetBSD: si_vme.c,v 1.20 2002/10/08 21:29:46 jdolecek Exp $ */
/*-
* Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -123,7 +123,7 @@
static int si_vme_match __P((struct device *, struct cfdata *, void *));
static void si_vme_attach __P((struct device *, struct device *, void *));
-CFATTACH_DECL(si_vmw, sizeof(struct si_softc),
+CFATTACH_DECL(si_vme, sizeof(struct si_softc),
si_vme_match, si_vme_attach, NULL, NULL);
/*
Home |
Main Index |
Thread Index |
Old Index