Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src s/seperate/separate/
details: https://anonhg.NetBSD.org/src/rev/e589e99f6eca
branches: trunk
changeset: 522079:e589e99f6eca
user: wiz <wiz%NetBSD.org@localhost>
date: Mon Feb 11 10:44:38 2002 +0000
description:
s/seperate/separate/
diffstat:
share/man/man7/release.7 | 4 ++--
sys/arch/atari/atari/locore.s | 4 ++--
sys/arch/hp300/DOC/HPMMU.notes | 4 ++--
sys/arch/mac68k/mac68k/locore.s | 4 ++--
sys/arch/sgimips/hpc/sbic.c | 4 ++--
sys/dev/tc/stic.c | 6 +++---
usr.sbin/ypserv/revnetgroup/revnetgroup.8 | 4 ++--
7 files changed, 15 insertions(+), 15 deletions(-)
diffs (135 lines):
diff -r 2761a3e371ec -r e589e99f6eca share/man/man7/release.7
--- a/share/man/man7/release.7 Mon Feb 11 10:19:55 2002 +0000
+++ b/share/man/man7/release.7 Mon Feb 11 10:44:38 2002 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: release.7,v 1.14 2002/01/21 17:26:17 wiz Exp $
+.\" $NetBSD: release.7,v 1.15 2002/02/11 10:44:38 wiz Exp $
.\"
.\" Copyright (c) 1997, 2000 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -194,7 +194,7 @@
.It Sy sets/
Sources for the various system sets, based on their modules
in the CVS server.
-.\" XXX how are these generated? Seperate checkout of each module?
+.\" XXX how are these generated? Separate checkout of each module?
.Bl -tag -width "sharesrc.tgz"
.It Sy BSDSUM
.It Sy CKSUM
diff -r 2761a3e371ec -r e589e99f6eca sys/arch/atari/atari/locore.s
--- a/sys/arch/atari/atari/locore.s Mon Feb 11 10:19:55 2002 +0000
+++ b/sys/arch/atari/atari/locore.s Mon Feb 11 10:44:38 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: locore.s,v 1.85 2002/01/07 02:54:27 thorpej Exp $ */
+/* $NetBSD: locore.s,v 1.86 2002/02/11 10:44:38 wiz Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@@ -215,7 +215,7 @@
btst #8,%d0 | data fault?
jne Lbe10a
movql #1,%d0 | user program access FC
- | (we dont seperate data/program)
+ | (we do not separate data/program)
btst #5,%sp@(FR_HW+8) | supervisor mode?
jeq Lbe10a | if no, done
movql #5,%d0 | else supervisor program access
diff -r 2761a3e371ec -r e589e99f6eca sys/arch/hp300/DOC/HPMMU.notes
--- a/sys/arch/hp300/DOC/HPMMU.notes Mon Feb 11 10:19:55 2002 +0000
+++ b/sys/arch/hp300/DOC/HPMMU.notes Mon Feb 11 10:44:38 2002 +0000
@@ -1,4 +1,4 @@
-$NetBSD: HPMMU.notes,v 1.4 2001/09/16 16:34:29 wiz Exp $
+$NetBSD: HPMMU.notes,v 1.5 2002/02/11 10:44:39 wiz Exp $
Overview:
--------
@@ -27,7 +27,7 @@
external cache. A direct-mapped, virtual cache implementation
is used with 16 Kbytes of cache on 320 systems and 32 Kbytes on
350 systems. Each cache entry can contain instructions or data,
- from either user or supervisor space. Seperate valid bits are
+ from either user or supervisor space. Separate valid bits are
kept for user and supervisor entries, allowing for descriminatory
flushing of the cache.
diff -r 2761a3e371ec -r e589e99f6eca sys/arch/mac68k/mac68k/locore.s
--- a/sys/arch/mac68k/mac68k/locore.s Mon Feb 11 10:19:55 2002 +0000
+++ b/sys/arch/mac68k/mac68k/locore.s Mon Feb 11 10:44:38 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: locore.s,v 1.137 2002/01/31 18:03:44 christos Exp $ */
+/* $NetBSD: locore.s,v 1.138 2002/02/11 10:44:39 wiz Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@@ -510,7 +510,7 @@
btst #8,%d0 | data fault?
jne Lbe10a
movql #1,%d0 | user program access FC
- | (we dont seperate data/program)
+ | (we do not separate data/program)
btst #5,%sp@(FR_HW+8) | supervisor mode?
jeq Lbe10a | if no, done
movql #5,%d0 | else supervisor program access
diff -r 2761a3e371ec -r e589e99f6eca sys/arch/sgimips/hpc/sbic.c
--- a/sys/arch/sgimips/hpc/sbic.c Mon Feb 11 10:19:55 2002 +0000
+++ b/sys/arch/sgimips/hpc/sbic.c Mon Feb 11 10:44:38 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: sbic.c,v 1.5 2001/11/21 23:22:25 thorpej Exp $ */
+/* $NetBSD: sbic.c,v 1.6 2002/02/11 10:44:39 wiz Exp $ */
/*
* Changes Copyright (c) 2001 Wayne Knowles
@@ -943,7 +943,7 @@
WAIT_CIP(dev);
/*
- * wait for select (merged from seperate function may need
+ * wait for select (merged from separate function may need
* cleanup)
*/
do {
diff -r 2761a3e371ec -r e589e99f6eca sys/dev/tc/stic.c
--- a/sys/dev/tc/stic.c Mon Feb 11 10:19:55 2002 +0000
+++ b/sys/dev/tc/stic.c Mon Feb 11 10:44:38 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: stic.c,v 1.13 2002/01/12 16:29:31 tsutsui Exp $ */
+/* $NetBSD: stic.c,v 1.14 2002/02/11 10:44:40 wiz Exp $ */
/*-
* Copyright (c) 1999, 2000, 2001 The NetBSD Foundation, Inc.
@@ -73,7 +73,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: stic.c,v 1.13 2002/01/12 16:29:31 tsutsui Exp $");
+__KERNEL_RCSID(0, "$NetBSD: stic.c,v 1.14 2002/02/11 10:44:40 wiz Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -1426,7 +1426,7 @@
}
/*
- * STIC control inteface. We have a seperate device for mapping the board,
+ * STIC control inteface. We have a separate device for mapping the board,
* because access to the DMA engine means that it's possible to circumvent
* the securelevel mechanism. Given the way devices work in the BSD kernel,
* and given the unfortunate design of the mmap() call it's near impossible
diff -r 2761a3e371ec -r e589e99f6eca usr.sbin/ypserv/revnetgroup/revnetgroup.8
--- a/usr.sbin/ypserv/revnetgroup/revnetgroup.8 Mon Feb 11 10:19:55 2002 +0000
+++ b/usr.sbin/ypserv/revnetgroup/revnetgroup.8 Mon Feb 11 10:44:38 2002 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: revnetgroup.8,v 1.6 2002/02/08 01:38:58 ross Exp $
+.\" $NetBSD: revnetgroup.8,v 1.7 2002/02/11 10:44:38 wiz Exp $
.\"
.\" Copyright (c) 1995
.\" Bill Paul <wpaul%ctr.columbia.edu@localhost>. All rights reserved.
@@ -72,7 +72,7 @@
.Pa netgroup.byusers
database lists each unique
member as the key and the netgroups to which the members belong become
-the data. Seperate databases are created to hold information pertaining
+the data. Separate databases are created to hold information pertaining
to users and hosts; this allows netgroup username lookups
and netgroup hostname lookups to be performed using independent keyspaces.
.Pp
Home |
Main Index |
Thread Index |
Old Index