"doesn't" should have an 's'.

This commit is contained in:
wiz 2002-02-11 11:19:26 +00:00
parent b231fd7631
commit 9baadd8ee5
8 changed files with 18 additions and 18 deletions

View File

@ -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. * Copyright (c) 1992 Keith Muller.
@ -42,7 +42,7 @@
#if 0 #if 0
static char sccsid[] = "@(#)file_subs.c 8.1 (Berkeley) 5/31/93"; static char sccsid[] = "@(#)file_subs.c 8.1 (Berkeley) 5/31/93";
#else #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
#endif /* not lint */ #endif /* not lint */
@ -629,7 +629,7 @@ chk_path( char *name, uid_t st_uid, gid_t st_gid)
(void)set_ids(name, st_uid, st_gid); (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 * causes this newly created directory to be unusable. We fix
* the modes and restore them back to the creation default at * the modes and restore them back to the creation default at
* the end of pax * the end of pax

View File

@ -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 ######## TERMINAL TYPE DESCRIPTIONS SOURCE FILE
# #
@ -469,7 +469,7 @@ ansi|ansi/pc-term compatible with color:\
# #
# This completely describes the sequences specified in the DOS 2.1 ANSI.SYS # This completely describes the sequences specified in the DOS 2.1 ANSI.SYS
# documentation (except for the keyboard key reassignment feature, which # 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 # though undocumented. The <pfkey> capability is untested but should work for
# keys F1-F10 (%p1 values outside this range will yield unpredictable results). # keys F1-F10 (%p1 values outside this range will yield unpredictable results).
# From: Eric S. Raymond <esr@snark.thyrsus.com> Nov 7 1995 # From: Eric S. Raymond <esr@snark.thyrsus.com> Nov 7 1995

View File

@ -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. * Copyright (c) 1997 The NetBSD Foundation, Inc.
@ -118,7 +118,7 @@ extern int imask[];
/* /*
* Reorder protection in the following inline functions is * Reorder protection in the following inline functions is
* achieved with the "eieio" instruction which the assembler * 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 static __inline int
splraise(ncpl) splraise(ncpl)

View File

@ -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. * Copyright (c) 1998 The NetBSD Foundation, Inc.
@ -107,7 +107,7 @@ extern long intrcnt[];
/* /*
* Reorder protection in the following inline functions is * Reorder protection in the following inline functions is
* achieved with the "eieio" instruction which the assembler * 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 static __inline int
splraise(newcpl) splraise(newcpl)

View File

@ -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. * Copyright (c) 1988 University of Utah.
@ -188,7 +188,7 @@ struct rd_describe {
* This makes it rather difficult to break them into 512 and 1024 byte blocks. * 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 * 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. * 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. * whenever possible.
* *
* DISK REAL (256 BPS) HPUX (1024 BPS) BSD (512 BPS) * DISK REAL (256 BPS) HPUX (1024 BPS) BSD (512 BPS)

View File

@ -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. * Copyright (c) 1998 The NetBSD Foundation, Inc.
@ -115,7 +115,7 @@ extern vaddr_t prep_intr_reg;
/* /*
* Reorder protection in the following inline functions is * Reorder protection in the following inline functions is
* achieved with the "eieio" instruction which the assembler * 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 static __inline int
splraise(int newcpl) splraise(int newcpl)

View File

@ -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. * Copyright (c) 1998 The NetBSD Foundation, Inc.
@ -100,7 +100,7 @@ extern u_long intrcnt[];
/* /*
* Reorder protection in the following inline functions is * Reorder protection in the following inline functions is
* achieved with the "eieio" instruction which the assembler * 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 static __inline int
splraise(newcpl) splraise(newcpl)

View File

@ -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) */ /* (sync'd to midway.c 1.68) */
/* /*
@ -63,12 +63,12 @@
* the CAIRN project written by Suresh Bhogavilli (suresh@isi.edu). * the CAIRN project written by Suresh Bhogavilli (suresh@isi.edu).
* *
* code cleanup: * 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. * - remove updating if_lastchange for every packet.
*/ */
#include <sys/cdefs.h> #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
#undef EN_DEBUG_RANGE /* check ranges on en_read/en_write's? */ #undef EN_DEBUG_RANGE /* check ranges on en_read/en_write's? */