Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src Fix language.
details: https://anonhg.NetBSD.org/src/rev/d2ecf6659259
branches: trunk
changeset: 751220:d2ecf6659259
user: mbalmer <mbalmer%NetBSD.org@localhost>
date: Thu Jan 28 14:05:03 2010 +0000
description:
Fix language.
diffstat:
share/doc/psd/05.sysman/2.3.t | 4 ++--
share/termcap/termcap.src | 4 ++--
sys/arch/amd64/include/pte.h | 4 ++--
sys/arch/news68k/dev/timer_hb.c | 6 +++---
sys/arch/powerpc/powerpc/trap_subr.S | 4 ++--
sys/arch/sun2/sun2/clock.c | 6 +++---
sys/arch/sun3/sun3/clock.c | 6 +++---
sys/arch/sun3/sun3x/clock.c | 6 +++---
8 files changed, 20 insertions(+), 20 deletions(-)
diffs (180 lines):
diff -r 818a31c57351 -r d2ecf6659259 share/doc/psd/05.sysman/2.3.t
--- a/share/doc/psd/05.sysman/2.3.t Thu Jan 28 13:43:53 2010 +0000
+++ b/share/doc/psd/05.sysman/2.3.t Thu Jan 28 14:05:03 2010 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: 2.3.t,v 1.3 2003/08/07 10:30:49 agc Exp $
+.\" $NetBSD: 2.3.t,v 1.4 2010/01/28 14:05:03 mbalmer Exp $
.\"
.\" Copyright (c) 1983, 1993, 1994
.\" The Regents of the University of California. All rights reserved.
@@ -474,7 +474,7 @@
The 32-bit address is composed of network and host parts;
the network part is variable in size and is frequency encoded.
The host part may optionally be interpreted as a subnet field
-plus the host on the subnet; this is is enabled by setting a network address
+plus the host on the subnet; this is enabled by setting a network address
mask at boot time.
.Sh 4 "Access rights transmission
.PP
diff -r 818a31c57351 -r d2ecf6659259 share/termcap/termcap.src
--- a/share/termcap/termcap.src Thu Jan 28 13:43:53 2010 +0000
+++ b/share/termcap/termcap.src Thu Jan 28 14:05:03 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: termcap.src,v 1.102 2009/05/03 12:24:30 jdc Exp $
+# $NetBSD: termcap.src,v 1.103 2010/01/28 14:05:03 mbalmer Exp $
#
######## TERMINAL TYPE DESCRIPTIONS SOURCE FILE
#
@@ -11596,7 +11596,7 @@
#
# CTRM terminal emulator
-# 1. underlining is not allowed with colors: first, is is simulated by
+# 1. underlining is not allowed with colors: first, it is simulated by
# black on white, second, it disables background color manipulations.
# 2. BLINKING, REVERSE and BOLD are allowed with colors,
# so we have to save their status in the static registers A, B and H
diff -r 818a31c57351 -r d2ecf6659259 sys/arch/amd64/include/pte.h
--- a/sys/arch/amd64/include/pte.h Thu Jan 28 13:43:53 2010 +0000
+++ b/sys/arch/amd64/include/pte.h Thu Jan 28 14:05:03 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pte.h,v 1.4 2008/04/16 21:51:03 cegger Exp $ */
+/* $NetBSD: pte.h,v 1.5 2010/01/28 14:10:54 mbalmer Exp $ */
/*
* Copyright (c) 2001 Wasabi Systems, Inc.
@@ -42,7 +42,7 @@
* amd64 MMU hardware structure:
*
* the (first generation) amd64 MMU is a 4-level MMU which maps 2^48 bytes
- * of virtual memory. The pagesize we use is is 4K (4096 [0x1000] bytes),
+ * of virtual memory. The pagesize we use is 4K (4096 [0x1000] bytes),
* although 2M and 4M can be used as well. The indexes in the levels
* are 9 bits wide (512 64bit entries per level), dividing the bits
* 9-9-9-9-12.
diff -r 818a31c57351 -r d2ecf6659259 sys/arch/news68k/dev/timer_hb.c
--- a/sys/arch/news68k/dev/timer_hb.c Thu Jan 28 13:43:53 2010 +0000
+++ b/sys/arch/news68k/dev/timer_hb.c Thu Jan 28 14:05:03 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: timer_hb.c,v 1.16 2008/12/10 14:19:02 tsutsui Exp $ */
+/* $NetBSD: timer_hb.c,v 1.17 2010/01/28 14:10:54 mbalmer Exp $ */
/*-
* Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: timer_hb.c,v 1.16 2008/12/10 14:19:02 tsutsui Exp $");
+__KERNEL_RCSID(0, "$NetBSD: timer_hb.c,v 1.17 2010/01/28 14:10:54 mbalmer Exp $");
#include <sys/param.h>
#include <sys/kernel.h>
@@ -139,7 +139,7 @@
/*
* Clock interrupt handler.
- * This is is called by the "custom" interrupt handler.
+ * This is called by the "custom" interrupt handler.
*
* from sun3/sun3x/clock.c -tsutsui
*/
diff -r 818a31c57351 -r d2ecf6659259 sys/arch/powerpc/powerpc/trap_subr.S
--- a/sys/arch/powerpc/powerpc/trap_subr.S Thu Jan 28 13:43:53 2010 +0000
+++ b/sys/arch/powerpc/powerpc/trap_subr.S Thu Jan 28 14:05:03 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: trap_subr.S,v 1.65 2008/08/01 16:32:03 matt Exp $ */
+/* $NetBSD: trap_subr.S,v 1.66 2010/01/28 14:10:54 mbalmer Exp $ */
/*
* Copyright (C) 1995, 1996 Wolfgang Solfrank.
@@ -312,7 +312,7 @@
addis %r31,%r31,_C_LABEL(battable)@ha
ldreg %r30,_C_LABEL(battable)+SZREG@l(%r31)
mtcr %r30
- bf 25,1f /* branch if Valid is is false,
+ bf 25,1f /* branch if Valid is false,
presently assumes supervisor only */
/* get batu */
diff -r 818a31c57351 -r d2ecf6659259 sys/arch/sun2/sun2/clock.c
--- a/sys/arch/sun2/sun2/clock.c Thu Jan 28 13:43:53 2010 +0000
+++ b/sys/arch/sun2/sun2/clock.c Thu Jan 28 14:05:03 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: clock.c,v 1.15 2008/07/06 13:29:50 tsutsui Exp $ */
+/* $NetBSD: clock.c,v 1.16 2010/01/28 14:10:54 mbalmer Exp $ */
/*
* Copyright (c) 1982, 1990, 1993
@@ -85,7 +85,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: clock.c,v 1.15 2008/07/06 13:29:50 tsutsui Exp $");
+__KERNEL_RCSID(0, "$NetBSD: clock.c,v 1.16 2010/01/28 14:10:54 mbalmer Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -288,7 +288,7 @@
}
/*
- * This is is called by the "custom" interrupt handler.
+ * This is called by the "custom" interrupt handler.
* Note that we can get ZS interrupts while this runs,
* and zshard may touch the interrupt_reg, so we must
* be careful to use the single_inst_* macros to modify
diff -r 818a31c57351 -r d2ecf6659259 sys/arch/sun3/sun3/clock.c
--- a/sys/arch/sun3/sun3/clock.c Thu Jan 28 13:43:53 2010 +0000
+++ b/sys/arch/sun3/sun3/clock.c Thu Jan 28 14:05:03 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: clock.c,v 1.61 2008/03/29 05:47:53 tsutsui Exp $ */
+/* $NetBSD: clock.c,v 1.62 2010/01/28 14:10:54 mbalmer Exp $ */
/*
* Copyright (c) 1982, 1990, 1993
@@ -83,7 +83,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: clock.c,v 1.61 2008/03/29 05:47:53 tsutsui Exp $");
+__KERNEL_RCSID(0, "$NetBSD: clock.c,v 1.62 2010/01/28 14:10:54 mbalmer Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -294,7 +294,7 @@
}
/*
- * This is is called by the "custom" interrupt handler.
+ * This is called by the "custom" interrupt handler.
* Note that we can get ZS interrupts while this runs,
* and zshard may touch the interrupt_reg, so we must
* be careful to use the single_inst_* macros to modify
diff -r 818a31c57351 -r d2ecf6659259 sys/arch/sun3/sun3x/clock.c
--- a/sys/arch/sun3/sun3x/clock.c Thu Jan 28 13:43:53 2010 +0000
+++ b/sys/arch/sun3/sun3x/clock.c Thu Jan 28 14:05:03 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: clock.c,v 1.37 2008/03/29 05:47:53 tsutsui Exp $ */
+/* $NetBSD: clock.c,v 1.38 2010/01/28 14:10:54 mbalmer Exp $ */
/*
* Copyright (c) 1982, 1990, 1993
@@ -95,7 +95,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: clock.c,v 1.37 2008/03/29 05:47:53 tsutsui Exp $");
+__KERNEL_RCSID(0, "$NetBSD: clock.c,v 1.38 2010/01/28 14:10:54 mbalmer Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -411,7 +411,7 @@
* XXX - Is it worth the trouble to save a few cycles here
* by making two separate interrupt handlers?
*
- * This is is called by the "custom" interrupt handler.
+ * This is called by the "custom" interrupt handler.
* Note that we can get ZS interrupts while this runs,
* and zshard may touch the interrupt_reg, so we must
* be careful to use the single_inst_* macros to modify
Home |
Main Index |
Thread Index |
Old Index