Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/pmax/pmax Initalize -> Initialize
details: https://anonhg.NetBSD.org/src/rev/7d98ecbf10b1
branches: trunk
changeset: 515178:7d98ecbf10b1
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Tue Sep 18 16:15:19 2001 +0000
description:
Initalize -> Initialize
diffstat:
sys/arch/pmax/pmax/dec_3100.c | 4 ++--
sys/arch/pmax/pmax/dec_3max.c | 6 +++---
sys/arch/pmax/pmax/dec_3maxplus.c | 6 +++---
sys/arch/pmax/pmax/dec_3min.c | 6 +++---
sys/arch/pmax/pmax/dec_5100.c | 6 +++---
sys/arch/pmax/pmax/dec_maxine.c | 6 +++---
6 files changed, 17 insertions(+), 17 deletions(-)
diffs (153 lines):
diff -r e7427d76cd1a -r 7d98ecbf10b1 sys/arch/pmax/pmax/dec_3100.c
--- a/sys/arch/pmax/pmax/dec_3100.c Tue Sep 18 16:11:00 2001 +0000
+++ b/sys/arch/pmax/pmax/dec_3100.c Tue Sep 18 16:15:19 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: dec_3100.c,v 1.34 2001/08/27 02:00:17 nisimura Exp $ */
+/* $NetBSD: dec_3100.c,v 1.35 2001/09/18 16:15:19 tsutsui Exp $ */
/*
* Copyright (c) 1998 Jonathan Stone. All rights reserved.
@@ -133,7 +133,7 @@
}
/*
- * Initalize the memory system and I/O buses.
+ * Initialize the memory system and I/O buses.
*/
static void
dec_3100_bus_reset()
diff -r e7427d76cd1a -r 7d98ecbf10b1 sys/arch/pmax/pmax/dec_3max.c
--- a/sys/arch/pmax/pmax/dec_3max.c Tue Sep 18 16:11:00 2001 +0000
+++ b/sys/arch/pmax/pmax/dec_3max.c Tue Sep 18 16:15:19 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: dec_3max.c,v 1.35 2001/08/27 02:00:17 nisimura Exp $ */
+/* $NetBSD: dec_3max.c,v 1.36 2001/09/18 16:15:20 tsutsui Exp $ */
/*
* Copyright (c) 1998 Jonathan Stone. All rights reserved.
@@ -73,7 +73,7 @@
#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
-__KERNEL_RCSID(0, "$NetBSD: dec_3max.c,v 1.35 2001/08/27 02:00:17 nisimura Exp $");
+__KERNEL_RCSID(0, "$NetBSD: dec_3max.c,v 1.36 2001/09/18 16:15:20 tsutsui Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -145,7 +145,7 @@
}
/*
- * Initalize the memory system and I/O buses.
+ * Initialize the memory system and I/O buses.
*/
static void
dec_3max_bus_reset()
diff -r e7427d76cd1a -r 7d98ecbf10b1 sys/arch/pmax/pmax/dec_3maxplus.c
--- a/sys/arch/pmax/pmax/dec_3maxplus.c Tue Sep 18 16:11:00 2001 +0000
+++ b/sys/arch/pmax/pmax/dec_3maxplus.c Tue Sep 18 16:15:19 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: dec_3maxplus.c,v 1.46 2001/08/27 02:00:18 nisimura Exp $ */
+/* $NetBSD: dec_3maxplus.c,v 1.47 2001/09/18 16:15:20 tsutsui Exp $ */
/*
* Copyright (c) 1998 Jonathan Stone. All rights reserved.
@@ -73,7 +73,7 @@
#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
-__KERNEL_RCSID(0, "$NetBSD: dec_3maxplus.c,v 1.46 2001/08/27 02:00:18 nisimura Exp $");
+__KERNEL_RCSID(0, "$NetBSD: dec_3maxplus.c,v 1.47 2001/09/18 16:15:20 tsutsui Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -177,7 +177,7 @@
}
/*
- * Initalize the memory system and I/O buses.
+ * Initialize the memory system and I/O buses.
*/
static void
dec_3maxplus_bus_reset()
diff -r e7427d76cd1a -r 7d98ecbf10b1 sys/arch/pmax/pmax/dec_3min.c
--- a/sys/arch/pmax/pmax/dec_3min.c Tue Sep 18 16:11:00 2001 +0000
+++ b/sys/arch/pmax/pmax/dec_3min.c Tue Sep 18 16:15:19 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: dec_3min.c,v 1.48 2001/08/27 02:00:18 nisimura Exp $ */
+/* $NetBSD: dec_3min.c,v 1.49 2001/09/18 16:15:20 tsutsui Exp $ */
/*
* Copyright (c) 1998 Jonathan Stone. All rights reserved.
@@ -73,7 +73,7 @@
#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
-__KERNEL_RCSID(0, "$NetBSD: dec_3min.c,v 1.48 2001/08/27 02:00:18 nisimura Exp $");
+__KERNEL_RCSID(0, "$NetBSD: dec_3min.c,v 1.49 2001/09/18 16:15:20 tsutsui Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -183,7 +183,7 @@
}
/*
- * Initalize the memory system and I/O buses.
+ * Initialize the memory system and I/O buses.
*/
static void
dec_3min_bus_reset()
diff -r e7427d76cd1a -r 7d98ecbf10b1 sys/arch/pmax/pmax/dec_5100.c
--- a/sys/arch/pmax/pmax/dec_5100.c Tue Sep 18 16:11:00 2001 +0000
+++ b/sys/arch/pmax/pmax/dec_5100.c Tue Sep 18 16:15:19 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: dec_5100.c,v 1.32 2001/08/27 02:00:18 nisimura Exp $ */
+/* $NetBSD: dec_5100.c,v 1.33 2001/09/18 16:15:20 tsutsui Exp $ */
/*
* Copyright (c) 1998 Jonathan Stone. All rights reserved.
@@ -31,7 +31,7 @@
*/
#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
-__KERNEL_RCSID(0, "$NetBSD: dec_5100.c,v 1.32 2001/08/27 02:00:18 nisimura Exp $");
+__KERNEL_RCSID(0, "$NetBSD: dec_5100.c,v 1.33 2001/09/18 16:15:20 tsutsui Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -88,7 +88,7 @@
}
/*
- * Initalize the memory system and I/O buses.
+ * Initialize the memory system and I/O buses.
*/
static void
dec_5100_bus_reset()
diff -r e7427d76cd1a -r 7d98ecbf10b1 sys/arch/pmax/pmax/dec_maxine.c
--- a/sys/arch/pmax/pmax/dec_maxine.c Tue Sep 18 16:11:00 2001 +0000
+++ b/sys/arch/pmax/pmax/dec_maxine.c Tue Sep 18 16:15:19 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: dec_maxine.c,v 1.39 2001/08/27 02:00:18 nisimura Exp $ */
+/* $NetBSD: dec_maxine.c,v 1.40 2001/09/18 16:15:20 tsutsui Exp $ */
/*
* Copyright (c) 1998 Jonathan Stone. All rights reserved.
@@ -73,7 +73,7 @@
#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
-__KERNEL_RCSID(0, "$NetBSD: dec_maxine.c,v 1.39 2001/08/27 02:00:18 nisimura Exp $");
+__KERNEL_RCSID(0, "$NetBSD: dec_maxine.c,v 1.40 2001/09/18 16:15:20 tsutsui Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -167,7 +167,7 @@
}
/*
- * Initalize the memory system and I/O buses.
+ * Initialize the memory system and I/O buses.
*/
static void
dec_maxine_bus_reset()
Home |
Main Index |
Thread Index |
Old Index