Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src "doesn't" should have an 's'.
details: https://anonhg.NetBSD.org/src/rev/107e50c00a66
branches: trunk
changeset: 522083:107e50c00a66
user: wiz <wiz%NetBSD.org@localhost>
date: Mon Feb 11 11:19:26 2002 +0000
description:
"doesn't" should have an 's'.
diffstat:
bin/pax/file_subs.c | 6 +++---
share/termcap/termcap.src | 4 ++--
sys/arch/amigappc/include/intr.h | 4 ++--
sys/arch/bebox/include/intr.h | 4 ++--
sys/arch/hp300/dev/rdreg.h | 4 ++--
sys/arch/prep/include/intr.h | 4 ++--
sys/arch/walnut/include/intr.h | 4 ++--
sys/dev/ic/midway.c | 6 +++---
8 files changed, 18 insertions(+), 18 deletions(-)
diffs (159 lines):
diff -r 667d1c8a6dda -r 107e50c00a66 bin/pax/file_subs.c
--- a/bin/pax/file_subs.c Mon Feb 11 11:01:52 2002 +0000
+++ b/bin/pax/file_subs.c Mon Feb 11 11:19:26 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: file_subs.c,v 1.22 2002/01/31 19:27:53 tv Exp $ */
+/* $NetBSD: file_subs.c,v 1.23 2002/02/11 11:19:26 wiz Exp $ */
/*-
* Copyright (c) 1992 Keith Muller.
@@ -42,7 +42,7 @@
#if 0
static char sccsid[] = "@(#)file_subs.c 8.1 (Berkeley) 5/31/93";
#else
-__RCSID("$NetBSD: file_subs.c,v 1.22 2002/01/31 19:27:53 tv Exp $");
+__RCSID("$NetBSD: file_subs.c,v 1.23 2002/02/11 11:19:26 wiz Exp $");
#endif
#endif /* not lint */
@@ -629,7 +629,7 @@
(void)set_ids(name, st_uid, st_gid);
/*
- * make sure the user doen't have some strange umask that
+ * make sure the user doesn't have some strange umask that
* causes this newly created directory to be unusable. We fix
* the modes and restore them back to the creation default at
* the end of pax
diff -r 667d1c8a6dda -r 107e50c00a66 share/termcap/termcap.src
--- a/share/termcap/termcap.src Mon Feb 11 11:01:52 2002 +0000
+++ b/share/termcap/termcap.src Mon Feb 11 11:19:26 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: termcap.src,v 1.65 2001/12/04 17:56:34 wiz Exp $
+# $NetBSD: termcap.src,v 1.66 2002/02/11 11:19:26 wiz Exp $
#
######## TERMINAL TYPE DESCRIPTIONS SOURCE FILE
#
@@ -469,7 +469,7 @@
#
# This completely describes the sequences specified in the DOS 2.1 ANSI.SYS
# documentation (except for the keyboard key reassignment feature, which
-# doen't fit the <pfkey> model well). The klone+acs sequences were valid
+# doesn't fit the <pfkey> model well). The klone+acs sequences were valid
# though undocumented. The <pfkey> capability is untested but should work for
# keys F1-F10 (%p1 values outside this range will yield unpredictable results).
# From: Eric S. Raymond <esr%snark.thyrsus.com@localhost> Nov 7 1995
diff -r 667d1c8a6dda -r 107e50c00a66 sys/arch/amigappc/include/intr.h
--- a/sys/arch/amigappc/include/intr.h Mon Feb 11 11:01:52 2002 +0000
+++ b/sys/arch/amigappc/include/intr.h Mon Feb 11 11:19:26 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: intr.h,v 1.9 2002/02/11 10:57:58 wiz Exp $ */
+/* $NetBSD: intr.h,v 1.10 2002/02/11 11:19:29 wiz Exp $ */
/*-
* Copyright (c) 1997 The NetBSD Foundation, Inc.
@@ -118,7 +118,7 @@
/*
* Reorder protection in the following inline functions is
* achieved with the "eieio" instruction which the assembler
- * seems to detect and then doen't move instructions past....
+ * seems to detect and then doesn't move instructions past....
*/
static __inline int
splraise(ncpl)
diff -r 667d1c8a6dda -r 107e50c00a66 sys/arch/bebox/include/intr.h
--- a/sys/arch/bebox/include/intr.h Mon Feb 11 11:01:52 2002 +0000
+++ b/sys/arch/bebox/include/intr.h Mon Feb 11 11:19:26 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: intr.h,v 1.15 2002/02/11 10:57:58 wiz Exp $ */
+/* $NetBSD: intr.h,v 1.16 2002/02/11 11:19:28 wiz Exp $ */
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -107,7 +107,7 @@
/*
* Reorder protection in the following inline functions is
* achieved with the "eieio" instruction which the assembler
- * seems to detect and then doen't move instructions past....
+ * seems to detect and then doesn't move instructions past....
*/
static __inline int
splraise(newcpl)
diff -r 667d1c8a6dda -r 107e50c00a66 sys/arch/hp300/dev/rdreg.h
--- a/sys/arch/hp300/dev/rdreg.h Mon Feb 11 11:01:52 2002 +0000
+++ b/sys/arch/hp300/dev/rdreg.h Mon Feb 11 11:19:26 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: rdreg.h,v 1.8 2001/05/27 05:29:48 gmcgarry Exp $ */
+/* $NetBSD: rdreg.h,v 1.9 2002/02/11 11:19:28 wiz Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@@ -188,7 +188,7 @@
* This makes it rather difficult to break them into 512 and 1024 byte blocks.
* So...we just do like HPUX and don't bother to respect hardware track/head
* boundries -- we just mold the disk so that we use the entire capacity.
- * HPUX also sometimes doen't abide by cylinder boundries, we attempt to
+ * HPUX also sometimes doesn't abide by cylinder boundries, we attempt to
* whenever possible.
*
* DISK REAL (256 BPS) HPUX (1024 BPS) BSD (512 BPS)
diff -r 667d1c8a6dda -r 107e50c00a66 sys/arch/prep/include/intr.h
--- a/sys/arch/prep/include/intr.h Mon Feb 11 11:01:52 2002 +0000
+++ b/sys/arch/prep/include/intr.h Mon Feb 11 11:19:26 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: intr.h,v 1.13 2002/02/11 10:57:58 wiz Exp $ */
+/* $NetBSD: intr.h,v 1.14 2002/02/11 11:19:29 wiz Exp $ */
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -115,7 +115,7 @@
/*
* Reorder protection in the following inline functions is
* achieved with the "eieio" instruction which the assembler
- * seems to detect and then doen't move instructions past....
+ * seems to detect and then doesn't move instructions past....
*/
static __inline int
splraise(int newcpl)
diff -r 667d1c8a6dda -r 107e50c00a66 sys/arch/walnut/include/intr.h
--- a/sys/arch/walnut/include/intr.h Mon Feb 11 11:01:52 2002 +0000
+++ b/sys/arch/walnut/include/intr.h Mon Feb 11 11:19:26 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: intr.h,v 1.4 2002/02/11 10:57:59 wiz Exp $ */
+/* $NetBSD: intr.h,v 1.5 2002/02/11 11:19:29 wiz Exp $ */
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -100,7 +100,7 @@
/*
* Reorder protection in the following inline functions is
* achieved with the "eieio" instruction which the assembler
- * seems to detect and then doen't move instructions past....
+ * seems to detect and then doesn't move instructions past....
*/
static __inline int
splraise(newcpl)
diff -r 667d1c8a6dda -r 107e50c00a66 sys/dev/ic/midway.c
--- a/sys/dev/ic/midway.c Mon Feb 11 11:01:52 2002 +0000
+++ b/sys/dev/ic/midway.c Mon Feb 11 11:19:26 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: midway.c,v 1.56 2001/11/15 09:48:06 lukem Exp $ */
+/* $NetBSD: midway.c,v 1.57 2002/02/11 11:19:29 wiz Exp $ */
/* (sync'd to midway.c 1.68) */
/*
@@ -63,12 +63,12 @@
* the CAIRN project written by Suresh Bhogavilli (suresh%isi.edu@localhost).
*
* code cleanup:
- * - remove WMAYBE related code. ENI WMAYBE DMA doen't work.
+ * - remove WMAYBE related code. ENI WMAYBE DMA doesn't work.
* - remove updating if_lastchange for every packet.
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: midway.c,v 1.56 2001/11/15 09:48:06 lukem Exp $");
+__KERNEL_RCSID(0, "$NetBSD: midway.c,v 1.57 2002/02/11 11:19:29 wiz Exp $");
#undef EN_DEBUG
#undef EN_DEBUG_RANGE /* check ranges on en_read/en_write's? */
Home |
Main Index |
Thread Index |
Old Index