summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>2006-11-24 19:46:58 +0000
committerchristos <christos@NetBSD.org>2006-11-24 19:46:58 +0000
commit1665d5e960b3e7de8012efaed3e66e671f24a2dc (patch)
tree807ff6ea1e8e469b3e20584fd5e79a4a376a7843
parentd8f5d5f0440cac425531b11e46b86429c83fad5f (diff)
fix spelling of accommodate; from Zapher.
-rw-r--r--games/hack/hack.c6
-rw-r--r--include/netdb.h4
-rw-r--r--lib/libc/gen/glob.c6
-rw-r--r--lib/libc/softfloat/softfloat-source.txt4
-rw-r--r--lib/libc/softfloat/softfloat.txt4
-rw-r--r--lib/libc/stdio/fgetstr.c6
-rw-r--r--lib/libmenu/internals.c6
-rw-r--r--lib/libpthread/pthread_sig.c6
-rw-r--r--libexec/telnetd/slc.c6
-rw-r--r--regress/lib/libc/ieeefp/testfloat/notes/testfloat-source.txt4
-rw-r--r--sbin/gpt/gpt.84
-rw-r--r--share/doc/papers/beyond4.3/beyond43.ms4
-rw-r--r--share/man/man4/man4.sgimips/gio.44
-rw-r--r--share/man/man4/systrace.44
-rw-r--r--sys/arch/alpha/tlsb/mcclock_tlsb.c6
-rw-r--r--sys/arch/evbppc/conf/files.walnut4
-rw-r--r--sys/arch/shark/shark/scr.c6
-rw-r--r--sys/arch/sparc/sparc/iommu.c6
-rw-r--r--sys/arch/sparc64/sparc64/machdep.c6
-rw-r--r--sys/arch/sun3/sun3x/pmap.c6
-rw-r--r--sys/dev/ic/README.ncr5380sbc2
-rw-r--r--sys/dev/ic/atw.c6
-rw-r--r--sys/dev/ic/gem.c6
-rw-r--r--sys/dev/ic/hme.c6
-rw-r--r--sys/dev/ic/ncr5380sbc.c6
-rw-r--r--sys/dev/ic/sunscpal.c6
-rw-r--r--sys/dev/sbus/be.c6
-rw-r--r--sys/dev/sequencer.c6
-rw-r--r--sys/dev/spi/spiflash.h4
-rw-r--r--sys/dist/acpica/rsutils.c4
-rw-r--r--sys/netinet6/ah_output.c6
-rw-r--r--sys/netinet6/esp_output.c6
-rw-r--r--sys/netinet6/in6.c6
-rw-r--r--sys/netinet6/ipcomp_output.c6
-rw-r--r--sys/netinet6/nd6.c6
-rw-r--r--sys/netipsec/ipsec_output.c6
-rw-r--r--usr.bin/config/config.54
-rw-r--r--usr.bin/mail/head.c6
-rw-r--r--usr.bin/top/top.c6
-rw-r--r--usr.bin/yacc/reader.c6
-rw-r--r--usr.sbin/lpr/pac/pac.c6
41 files changed, 109 insertions, 109 deletions
diff --git a/games/hack/hack.c b/games/hack/hack.c
index 05141afa884..19eaf4c4bf6 100644
--- a/games/hack/hack.c
+++ b/games/hack/hack.c
@@ -1,4 +1,4 @@
-/* $NetBSD: hack.c,v 1.6 2003/04/02 18:36:35 jsm Exp $ */
+/* $NetBSD: hack.c,v 1.7 2006/11/24 19:46:58 christos Exp $ */
/*
* Copyright (c) 1985, Stichting Centrum voor Wiskunde en Informatica,
@@ -63,7 +63,7 @@
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: hack.c,v 1.6 2003/04/02 18:36:35 jsm Exp $");
+__RCSID("$NetBSD: hack.c,v 1.7 2006/11/24 19:46:58 christos Exp $");
#endif /* not lint */
#include "hack.h"
@@ -527,7 +527,7 @@ pickup(int all)
}
lift_some:
if (inv_cnt() >= 52) {
- pline("Your knapsack cannot accomodate anymore items.");
+ pline("Your knapsack cannot accommodate anymore items.");
break;
}
if (wt > -5)
diff --git a/include/netdb.h b/include/netdb.h
index 17abbd2b2d7..7b6b4b4bd04 100644
--- a/include/netdb.h
+++ b/include/netdb.h
@@ -1,4 +1,4 @@
-/* $NetBSD: netdb.h,v 1.54 2006/07/27 18:29:01 christos Exp $ */
+/* $NetBSD: netdb.h,v 1.55 2006/11/24 19:46:58 christos Exp $ */
/*
* Copyright (c) 1980, 1983, 1988, 1993
@@ -182,7 +182,7 @@ struct protoent {
* Note: ai_addrlen used to be a size_t, per RFC 2553.
* In XNS5.2, and subsequently in POSIX-2001 and
* draft-ietf-ipngwg-rfc2553bis-02.txt it was changed to a socklen_t.
- * To accomodate for this while preserving binary compatibility with the
+ * To accommodate for this while preserving binary compatibility with the
* old interface, we prepend or append 32 bits of padding, depending on
* the (LP64) architecture's endianness.
*
diff --git a/lib/libc/gen/glob.c b/lib/libc/gen/glob.c
index dee0b8a6858..dbe3b8f3a6c 100644
--- a/lib/libc/gen/glob.c
+++ b/lib/libc/gen/glob.c
@@ -1,4 +1,4 @@
-/* $NetBSD: glob.c,v 1.16 2006/03/26 18:11:22 christos Exp $ */
+/* $NetBSD: glob.c,v 1.17 2006/11/24 19:46:58 christos Exp $ */
/*
* Copyright (c) 1989, 1993
@@ -37,7 +37,7 @@
#if 0
static char sccsid[] = "@(#)glob.c 8.3 (Berkeley) 10/13/93";
#else
-__RCSID("$NetBSD: glob.c,v 1.16 2006/03/26 18:11:22 christos Exp $");
+__RCSID("$NetBSD: glob.c,v 1.17 2006/11/24 19:46:58 christos Exp $");
#endif
#endif /* LIBC_SCCS and not lint */
@@ -772,7 +772,7 @@ glob3(pathbuf, pathend, pathlim, pattern, restpattern, pglob, limit)
/*
- * Extend the gl_pathv member of a glob_t structure to accomodate a new item,
+ * Extend the gl_pathv member of a glob_t structure to accommodate a new item,
* add the new item, and update gl_pathc.
*
* This assumes the BSD realloc, which only copies the block when its size
diff --git a/lib/libc/softfloat/softfloat-source.txt b/lib/libc/softfloat/softfloat-source.txt
index 41bc0fbef51..49de2e021f0 100644
--- a/lib/libc/softfloat/softfloat-source.txt
+++ b/lib/libc/softfloat/softfloat-source.txt
@@ -1,4 +1,4 @@
-$NetBSD: softfloat-source.txt,v 1.1 2000/06/06 08:15:10 bjh21 Exp $
+$NetBSD: softfloat-source.txt,v 1.2 2006/11/24 19:46:58 christos Exp $
SoftFloat Release 2a Source Documentation
@@ -32,7 +32,7 @@ C Compiler (`gcc') for several platforms.
Limitations
SoftFloat as written requires an ISO/ANSI-style C compiler. No attempt has
-been made to accomodate compilers that are not ISO-conformant. Older ``K&R-
+been made to accommodate compilers that are not ISO-conformant. Older ``K&R-
style'' compilers are not adequate for compiling SoftFloat. All testing I
have done so far has been with the GNU C Compiler. Compilation with other
compilers should be possible but has not been tested.
diff --git a/lib/libc/softfloat/softfloat.txt b/lib/libc/softfloat/softfloat.txt
index 37349dec295..a3ad43e2040 100644
--- a/lib/libc/softfloat/softfloat.txt
+++ b/lib/libc/softfloat/softfloat.txt
@@ -1,4 +1,4 @@
-$NetBSD: softfloat.txt,v 1.1 2000/06/06 08:15:10 bjh21 Exp $
+$NetBSD: softfloat.txt,v 1.2 2006/11/24 19:46:58 christos Exp $
SoftFloat Release 2a General Documentation
@@ -26,7 +26,7 @@ Limitations
SoftFloat is written in C and is designed to work with other C code. The
SoftFloat header files assume an ISO/ANSI-style C compiler. No attempt
-has been made to accomodate compilers that are not ISO-conformant. In
+has been made to accommodate compilers that are not ISO-conformant. In
particular, the distributed header files will not be acceptable to any
compiler that does not recognize function prototypes.
diff --git a/lib/libc/stdio/fgetstr.c b/lib/libc/stdio/fgetstr.c
index 0a74389f015..a10e5e8155d 100644
--- a/lib/libc/stdio/fgetstr.c
+++ b/lib/libc/stdio/fgetstr.c
@@ -1,4 +1,4 @@
-/* $NetBSD: fgetstr.c,v 1.3 2005/05/14 23:51:02 christos Exp $ */
+/* $NetBSD: fgetstr.c,v 1.4 2006/11/24 19:46:58 christos Exp $ */
/*-
* Copyright (c) 1990, 1993
@@ -37,7 +37,7 @@
#if 0
static char sccsid[] = "@(#)fgetline.c 8.1 (Berkeley) 6/4/93";
#else
-__RCSID("$NetBSD: fgetstr.c,v 1.3 2005/05/14 23:51:02 christos Exp $");
+__RCSID("$NetBSD: fgetstr.c,v 1.4 2006/11/24 19:46:58 christos Exp $");
#endif
#endif /* LIBC_SCCS and not lint */
@@ -127,7 +127,7 @@ __fgetstr(fp, lenp, sep)
* As a bonus, though, we can leave off the __SMOD.
*
* OPTIMISTIC is length that we (optimistically) expect will
- * accomodate the `rest' of the string, on each trip through the
+ * accommodate the `rest' of the string, on each trip through the
* loop below.
*/
#define OPTIMISTIC 80
diff --git a/lib/libmenu/internals.c b/lib/libmenu/internals.c
index dc906d3d4da..26baab00d1b 100644
--- a/lib/libmenu/internals.c
+++ b/lib/libmenu/internals.c
@@ -1,4 +1,4 @@
-/* $NetBSD: internals.c,v 1.12 2003/03/09 01:08:48 lukem Exp $ */
+/* $NetBSD: internals.c,v 1.13 2006/11/24 19:46:58 christos Exp $ */
/*-
* Copyright (c) 1998-1999 Brett Lymn (blymn@baea.com.au, brett_lymn@yahoo.com.au)
@@ -27,7 +27,7 @@
*/
#include <sys/cdefs.h>
-__RCSID("$NetBSD: internals.c,v 1.12 2003/03/09 01:08:48 lukem Exp $");
+__RCSID("$NetBSD: internals.c,v 1.13 2006/11/24 19:46:58 christos Exp $");
#include <menu.h>
#include <ctype.h>
@@ -45,7 +45,7 @@ static void _menui_redraw_menu(MENU *menu, int old_top_row, int old_cur_item);
/*
* Link all the menu items together to speed up navigation. We need
* to calculate the widest item entry, then work out how many columns
- * of items the window will accomodate and then how many rows there will
+ * of items the window will accommodate and then how many rows there will
* be. Once the layout is determined the neighbours of each item is
* calculated and the item structures updated.
*/
diff --git a/lib/libpthread/pthread_sig.c b/lib/libpthread/pthread_sig.c
index 17ad6f22adc..ef8a4708609 100644
--- a/lib/libpthread/pthread_sig.c
+++ b/lib/libpthread/pthread_sig.c
@@ -1,4 +1,4 @@
-/* $NetBSD: pthread_sig.c,v 1.46 2006/06/12 16:45:14 chuck Exp $ */
+/* $NetBSD: pthread_sig.c,v 1.47 2006/11/24 19:46:58 christos Exp $ */
/*-
* Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -37,7 +37,7 @@
*/
#include <sys/cdefs.h>
-__RCSID("$NetBSD: pthread_sig.c,v 1.46 2006/06/12 16:45:14 chuck Exp $");
+__RCSID("$NetBSD: pthread_sig.c,v 1.47 2006/11/24 19:46:58 christos Exp $");
/* We're interposing a specific version of the signal interface. */
#define __LIBC12_SOURCE__
@@ -354,7 +354,7 @@ sigtimedwait(const sigset_t * __restrict set, siginfo_t * __restrict info,
/*
* If there is already a master thread running, arrange things
- * to accomodate for eventual extra signals to wait for
+ * to accommodate for eventual extra signals to wait for
* and join the sigwaiting list.
*/
if (pt_sigwmaster) {
diff --git a/libexec/telnetd/slc.c b/libexec/telnetd/slc.c
index 79f6fe6d5d9..346713c69f0 100644
--- a/libexec/telnetd/slc.c
+++ b/libexec/telnetd/slc.c
@@ -1,4 +1,4 @@
-/* $NetBSD: slc.c,v 1.14 2005/02/06 05:58:20 perry Exp $ */
+/* $NetBSD: slc.c,v 1.15 2006/11/24 19:46:58 christos Exp $ */
/*
* Copyright (c) 1989, 1993
@@ -34,7 +34,7 @@
#if 0
static char sccsid[] = "@(#)slc.c 8.1 (Berkeley) 6/4/93";
#else
-__RCSID("$NetBSD: slc.c,v 1.14 2005/02/06 05:58:20 perry Exp $");
+__RCSID("$NetBSD: slc.c,v 1.15 2006/11/24 19:46:58 christos Exp $");
#endif
#endif /* not lint */
@@ -291,7 +291,7 @@ change_slc(int func, int flag, cc_t val)
/*
* If client is setting a function to NOSUPPORT
* or DEFAULT, then we can easily and directly
- * accomodate the request.
+ * accommodate the request.
*/
if (hislevel == SLC_NOSUPPORT) {
slctab[func].current.flag = flag;
diff --git a/regress/lib/libc/ieeefp/testfloat/notes/testfloat-source.txt b/regress/lib/libc/ieeefp/testfloat/notes/testfloat-source.txt
index b8f7e9bb3ed..8c5efa9136f 100644
--- a/regress/lib/libc/ieeefp/testfloat/notes/testfloat-source.txt
+++ b/regress/lib/libc/ieeefp/testfloat/notes/testfloat-source.txt
@@ -46,7 +46,7 @@ name has been obsolete for some time.
Limitations
TestFloat as written requires an ISO/ANSI-style C compiler. No attempt has
-been made to accomodate compilers that are not ISO-conformant. Older ``K&R-
+been made to accommodate compilers that are not ISO-conformant. Older ``K&R-
style'' compilers are not adequate for compiling TestFloat. All testing I
have done so far has been with the GNU C Compiler. Compilation with other
compilers should be possible but has not been tested.
@@ -168,7 +168,7 @@ intended to be identical to that included with the SoftFloat source.
These are the defaults, but other organizations of the sources are possible.
The TestFloat makefiles and `milieu.h' files (see below) are easily edited
-to accomodate other arrangements.
+to accommodate other arrangements.
-------------------------------------------------------------------------------
diff --git a/sbin/gpt/gpt.8 b/sbin/gpt/gpt.8
index c16f888eb30..ffb2fba4ceb 100644
--- a/sbin/gpt/gpt.8
+++ b/sbin/gpt/gpt.8
@@ -1,4 +1,4 @@
-.\" $NetBSD: gpt.8,v 1.2 2006/10/17 09:32:34 wiz Exp $
+.\" $NetBSD: gpt.8,v 1.3 2006/11/24 19:46:58 christos Exp $
.\"
.\" Copyright (c) 2002 Marcel Moolenaar
.\" All rights reserved.
@@ -68,7 +68,7 @@ have an effect on all commands.
The
.Fl p Ar count
option allows the user to change the number of partitions the GPT can
-accomodate.
+accommodate.
This is used whenever a new GPT is created.
By default, the
.Nm
diff --git a/share/doc/papers/beyond4.3/beyond43.ms b/share/doc/papers/beyond4.3/beyond43.ms
index 5b46f8d9b6b..252cc6f030e 100644
--- a/share/doc/papers/beyond4.3/beyond43.ms
+++ b/share/doc/papers/beyond4.3/beyond43.ms
@@ -1,4 +1,4 @@
-.\" $NetBSD: beyond43.ms,v 1.4 2003/08/07 10:30:41 agc Exp $
+.\" $NetBSD: beyond43.ms,v 1.5 2006/11/24 19:46:58 christos Exp $
.\"
.\" Copyright (c) 1989 The Regents of the University of California.
.\" All rights reserved.
@@ -150,7 +150,7 @@ The new ``fat'' filesystem allows these limits to be set at filesystem
creation time.
Old kernels will treat the new filesystems as read-only,
and new kernels
-will accomodate both formats.
+will accommodate both formats.
The filesystem check facility, \fCfsck\fP, has also been modified to check
either type.
.br
diff --git a/share/man/man4/man4.sgimips/gio.4 b/share/man/man4/man4.sgimips/gio.4
index d77385272bf..11871ee46d5 100644
--- a/share/man/man4/man4.sgimips/gio.4
+++ b/share/man/man4/man4.sgimips/gio.4
@@ -1,4 +1,4 @@
-.\" $NetBSD: gio.4,v 1.12 2006/07/21 10:00:11 rumble Exp $
+.\" $NetBSD: gio.4,v 1.13 2006/11/24 19:46:58 christos Exp $
.\"
.\" Copyright (c) 2002 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -84,4 +84,4 @@ HPC1.5-based cards, such as the E++ Ethernet Adapter and GIO32 SCSI
Adapter, must be placed in slot #1 (next to the memory banks).
All other DMA-capable boards must be placed in slot #0 (closest to
the edge of the case).
-In either case the other slot may only accomodate a PIO card.
+In either case the other slot may only accommodate a PIO card.
diff --git a/share/man/man4/systrace.4 b/share/man/man4/systrace.4
index 578857a1452..b4ea858c797 100644
--- a/share/man/man4/systrace.4
+++ b/share/man/man4/systrace.4
@@ -1,4 +1,4 @@
-.\" $NetBSD: systrace.4,v 1.13 2005/12/26 19:48:12 perry Exp $
+.\" $NetBSD: systrace.4,v 1.14 2006/11/24 19:46:58 christos Exp $
.\" $OpenBSD: systrace.4,v 1.2 2002/06/03 15:44:17 mpech Exp $
.\"
.\" Copyright (c) 2002 CubeSoft Communications, Inc.
@@ -333,6 +333,6 @@ and then in
.Sh CAVEATS
When creating new policies, if
.Va strp_maxents
-is not large enough to accomodate any system calls needed for
+is not large enough to accommodate any system calls needed for
fundamental process operations, the traced process will block
forever.
diff --git a/sys/arch/alpha/tlsb/mcclock_tlsb.c b/sys/arch/alpha/tlsb/mcclock_tlsb.c
index 80c40bf0b14..10d37a05035 100644
--- a/sys/arch/alpha/tlsb/mcclock_tlsb.c
+++ b/sys/arch/alpha/tlsb/mcclock_tlsb.c
@@ -1,4 +1,4 @@
-/* $NetBSD: mcclock_tlsb.c,v 1.10 2002/10/02 04:06:40 thorpej Exp $ */
+/* $NetBSD: mcclock_tlsb.c,v 1.11 2006/11/24 19:46:58 christos Exp $ */
/*
* Copyright (c) 1997 by Matthew Jacob
@@ -32,7 +32,7 @@
#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
-__KERNEL_RCSID(0, "$NetBSD: mcclock_tlsb.c,v 1.10 2002/10/02 04:06:40 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: mcclock_tlsb.c,v 1.11 2006/11/24 19:46:58 christos Exp $");
#include <sys/param.h>
#include <sys/kernel.h>
@@ -96,7 +96,7 @@ mcclock_tlsb_attach(parent, self, aux)
struct mcclock_tlsb_softc *sc = (struct mcclock_tlsb_softc *)self;
struct gbus_attach_args *ga = aux;
- /* XXX Should be bus.h'd, so we can accomodate the kn7aa. */
+ /* XXX Should be bus.h'd, so we can accommodate the kn7aa. */
sc->regbase = TLSB_GBUS_BASE + ga->ga_offset;
mcclock_attach(&sc->sc_mcclock, &mcclock_tlsb_busfns);
diff --git a/sys/arch/evbppc/conf/files.walnut b/sys/arch/evbppc/conf/files.walnut
index b58b59db2e2..e0028992bff 100644
--- a/sys/arch/evbppc/conf/files.walnut
+++ b/sys/arch/evbppc/conf/files.walnut
@@ -1,4 +1,4 @@
-# $NetBSD: files.walnut,v 1.11 2006/09/18 22:05:47 gdamore Exp $
+# $NetBSD: files.walnut,v 1.12 2006/11/24 19:46:58 christos Exp $
#
# walnut-specific configuration info
@@ -34,7 +34,7 @@ include "dev/pci/files.pci"
# On-chip PCI bridge
#
# XXX: Move these to a 405gp-specific file and re-think the
-# layout of the powerpc/ibm4xx hierarchy to accomodate SoCs.
+# layout of the powerpc/ibm4xx hierarchy to accommodate SoCs.
#
device pchb : pcibus
attach pchb at plb
diff --git a/sys/arch/shark/shark/scr.c b/sys/arch/shark/shark/scr.c
index 5168b4a5c8f..8c58575da63 100644
--- a/sys/arch/shark/shark/scr.c
+++ b/sys/arch/shark/shark/scr.c
@@ -1,4 +1,4 @@
-/* $NetBSD: scr.c,v 1.19 2006/03/29 04:16:47 thorpej Exp $ */
+/* $NetBSD: scr.c,v 1.20 2006/11/24 19:46:58 christos Exp $ */
/*
* Copyright 1997
@@ -102,7 +102,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: scr.c,v 1.19 2006/03/29 04:16:47 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: scr.c,v 1.20 2006/11/24 19:46:58 christos Exp $");
#include "opt_ddb.h"
@@ -2417,7 +2417,7 @@ static void ATRSM (struct scr_softc * sc,int cmd)
sc->ATRS = atrsTS;
sc->pIoctlOn->atrLen = 0;
sc->t0ByteParent = ATRSM;
- scrTimeout(ATRSM,sc,atrcT3,T_t3 *2); /* by 2 to accomodate 1/2 freq cards */
+ scrTimeout(ATRSM,sc,atrcT3,T_t3 *2); /* by 2 to accommodate 1/2 freq cards */
t0RecvByteSM(sc,t0rbcStart);
break;
diff --git a/sys/arch/sparc/sparc/iommu.c b/sys/arch/sparc/sparc/iommu.c
index d1490843282..1c95a08dfa4 100644
--- a/sys/arch/sparc/sparc/iommu.c
+++ b/sys/arch/sparc/sparc/iommu.c
@@ -1,4 +1,4 @@
-/* $NetBSD: iommu.c,v 1.83 2005/11/16 03:00:23 uwe Exp $ */
+/* $NetBSD: iommu.c,v 1.84 2006/11/24 19:46:58 christos Exp $ */
/*
* Copyright (c) 1996
@@ -37,7 +37,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: iommu.c,v 1.83 2005/11/16 03:00:23 uwe Exp $");
+__KERNEL_RCSID(0, "$NetBSD: iommu.c,v 1.84 2006/11/24 19:46:58 christos Exp $");
#include "opt_sparc_arch.h"
@@ -762,7 +762,7 @@ iommu_dmamem_map(bus_dma_tag_t t, bus_dma_segment_t *segs, int nsegs,
/*
* In case the segment has already been loaded by
* iommu_dmamap_load_raw(), find a region of kernel virtual
- * addresses that can accomodate our aligment requirements.
+ * addresses that can accommodate our aligment requirements.
*/
va = _bus_dma_valloc_skewed(size, 0, align,
segs[0].ds_addr & (align - 1));
diff --git a/sys/arch/sparc64/sparc64/machdep.c b/sys/arch/sparc64/sparc64/machdep.c
index 4ea0539c431..9cccc721203 100644
--- a/sys/arch/sparc64/sparc64/machdep.c
+++ b/sys/arch/sparc64/sparc64/machdep.c
@@ -1,4 +1,4 @@
-/* $NetBSD: machdep.c,v 1.192 2006/10/22 13:59:14 pooka Exp $ */
+/* $NetBSD: machdep.c,v 1.193 2006/11/24 19:46:59 christos Exp $ */
/*-
* Copyright (c) 1996, 1997, 1998 The NetBSD Foundation, Inc.
@@ -78,7 +78,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.192 2006/10/22 13:59:14 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.193 2006/11/24 19:46:59 christos Exp $");
#include "opt_ddb.h"
#include "opt_multiprocessor.h"
@@ -1462,7 +1462,7 @@ _bus_dmamem_map(bus_dma_tag_t t, bus_dma_segment_t *segs, int nsegs,
size = round_page(size);
/*
- * Find a region of kernel virtual addresses that can accomodate
+ * Find a region of kernel virtual addresses that can accommodate
* our aligment requirements.
*/
oversize = size + align - PAGE_SIZE;
diff --git a/sys/arch/sun3/sun3x/pmap.c b/sys/arch/sun3/sun3x/pmap.c
index 61debfe714a..1e777da02e6 100644
--- a/sys/arch/sun3/sun3x/pmap.c
+++ b/sys/arch/sun3/sun3x/pmap.c
@@ -1,4 +1,4 @@
-/* $NetBSD: pmap.c,v 1.92 2006/09/20 09:35:57 tsutsui Exp $ */
+/* $NetBSD: pmap.c,v 1.93 2006/11/24 19:46:59 christos Exp $ */
/*-
* Copyright (c) 1996, 1997 The NetBSD Foundation, Inc.
@@ -112,7 +112,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.92 2006/09/20 09:35:57 tsutsui Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.93 2006/11/24 19:46:59 christos Exp $");
#include "opt_ddb.h"
#include "opt_pmap_debug.h"
@@ -886,7 +886,7 @@ pmap_bootstrap(vaddr_t nextva)
* (Cacheable is implied by default). Unfortunately, the last bytes
* of kernel text and the first bytes of kernel data will often be
* sharing the same page. Therefore, the last page of kernel text
- * has to be mapped as read/write, to accomodate the data.
+ * has to be mapped as read/write, to accommodate the data.
*/
eva = m68k_trunc_page((vaddr_t)etext);
for (; va < eva; va += PAGE_SIZE, pa += PAGE_SIZE)
diff --git a/sys/dev/ic/README.ncr5380sbc b/sys/dev/ic/README.ncr5380sbc
index e8b45b9cfec..01ea4cc0f0d 100644
--- a/sys/dev/ic/README.ncr5380sbc
+++ b/sys/dev/ic/README.ncr5380sbc
@@ -145,7 +145,7 @@ PAS-16, however, the registers are mapped to two sets of ports- four
sequential ports at the base address and four sequential ports located
0x2000 higher. As I currently understand it, this is not supportable by
the current bus_space() implementation nor is it possible for the driver
-to allocate a second bus_space_tag and _handle itself to accomodate the
+to allocate a second bus_space_tag and _handle itself to accommodate the
second set of ports. Without either, it is very difficult to imagine how
a portable linkage to the MI driver could be made.
diff --git a/sys/dev/ic/atw.c b/sys/dev/ic/atw.c
index 0f18bde9fa8..670ed233b5a 100644
--- a/sys/dev/ic/atw.c
+++ b/sys/dev/ic/atw.c
@@ -1,4 +1,4 @@
-/* $NetBSD: atw.c,v 1.124 2006/11/16 01:32:51 christos Exp $ */
+/* $NetBSD: atw.c,v 1.125 2006/11/24 19:46:59 christos Exp $ */
/*-
* Copyright (c) 1998, 1999, 2000, 2002, 2003, 2004 The NetBSD Foundation, Inc.
@@ -41,7 +41,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: atw.c,v 1.124 2006/11/16 01:32:51 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: atw.c,v 1.125 2006/11/24 19:46:59 christos Exp $");
#include "bpfilter.h"
@@ -1154,7 +1154,7 @@ atw_tofs0_init(struct atw_softc *sc)
* I am assuming that the role of ATW_TOFS0_USCNT is
* to divide the bus clock to get a 1 MHz clock---the datasheet is not
* very clear on this point. It says in the datasheet that it is
- * possible for the ADM8211 to accomodate bus speeds between 22 MHz
+ * possible for the ADM8211 to accommodate bus speeds between 22 MHz
* and 33 MHz; maybe this is the way? I see a binary-only driver write
* these values. These values are also the power-on default.
*/
diff --git a/sys/dev/ic/gem.c b/sys/dev/ic/gem.c
index 26504d29200..1bfa670c4c1 100644
--- a/sys/dev/ic/gem.c
+++ b/sys/dev/ic/gem.c
@@ -1,4 +1,4 @@
-/* $NetBSD: gem.c,v 1.51 2006/11/24 13:05:29 martin Exp $ */
+/* $NetBSD: gem.c,v 1.52 2006/11/24 19:46:59 christos Exp $ */
/*
*
@@ -34,7 +34,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: gem.c,v 1.51 2006/11/24 13:05:29 martin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: gem.c,v 1.52 2006/11/24 19:46:59 christos Exp $");
#include "opt_inet.h"
#include "bpfilter.h"
@@ -329,7 +329,7 @@ gem_attach(sc, enaddr)
*/
if (child->mii_phy > 1 || child->mii_inst > 1) {
aprint_error(
- "%s: cannot accomodate MII device %s"
+ "%s: cannot accommodate MII device %s"
" at phy %d, instance %d\n",
sc->sc_dev.dv_xname,
child->mii_dev.dv_xname,
diff --git a/sys/dev/ic/hme.c b/sys/dev/ic/hme.c
index 706ed1182b5..5522ad65a9e 100644
--- a/sys/dev/ic/hme.c
+++ b/sys/dev/ic/hme.c
@@ -1,4 +1,4 @@
-/* $NetBSD: hme.c,v 1.54 2006/09/07 02:40:32 dogcow Exp $ */
+/* $NetBSD: hme.c,v 1.55 2006/11/24 19:46:59 christos Exp $ */
/*-
* Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -41,7 +41,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: hme.c,v 1.54 2006/09/07 02:40:32 dogcow Exp $");
+__KERNEL_RCSID(0, "$NetBSD: hme.c,v 1.55 2006/11/24 19:46:59 christos Exp $");
/* #define HMEDEBUG */
@@ -290,7 +290,7 @@ hme_config(sc)
* connector.
*/
if (child->mii_phy > 1 || child->mii_inst > 1) {
- printf("%s: cannot accomodate MII device %s"
+ printf("%s: cannot accommodate MII device %s"
" at phy %d, instance %d\n",
sc->sc_dev.dv_xname,
child->mii_dev.dv_xname,
diff --git a/sys/dev/ic/ncr5380sbc.c b/sys/dev/ic/ncr5380sbc.c
index b6a9f438235..1f17be8fd41 100644
--- a/sys/dev/ic/ncr5380sbc.c
+++ b/sys/dev/ic/ncr5380sbc.c
@@ -1,4 +1,4 @@
-/* $NetBSD: ncr5380sbc.c,v 1.61 2006/11/16 01:32:51 christos Exp $ */
+/* $NetBSD: ncr5380sbc.c,v 1.62 2006/11/24 19:46:59 christos Exp $ */
/*
* Copyright (c) 1995 David Jones, Gordon W. Ross
@@ -71,7 +71,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ncr5380sbc.c,v 1.61 2006/11/16 01:32:51 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ncr5380sbc.c,v 1.62 2006/11/24 19:46:59 christos Exp $");
#include "opt_ddb.h"
@@ -1520,7 +1520,7 @@ success:
/*
* The message system:
*
- * This is a revamped message system that now should easier accomodate
+ * This is a revamped message system that now should easier accommodate
* new messages, if necessary.
*
* Currently we accept these messages:
diff --git a/sys/dev/ic/sunscpal.c b/sys/dev/ic/sunscpal.c
index 3bae46c483c..f597aaa9f34 100644
--- a/sys/dev/ic/sunscpal.c
+++ b/sys/dev/ic/sunscpal.c
@@ -1,4 +1,4 @@
-/* $NetBSD: sunscpal.c,v 1.20 2005/12/24 20:27:30 perry Exp $ */
+/* $NetBSD: sunscpal.c,v 1.21 2006/11/24 19:46:59 christos Exp $ */
/*
* Copyright (c) 2001 Matthew Fredette
@@ -76,7 +76,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: sunscpal.c,v 1.20 2005/12/24 20:27:30 perry Exp $");
+__KERNEL_RCSID(0, "$NetBSD: sunscpal.c,v 1.21 2006/11/24 19:46:59 christos Exp $");
#include "opt_ddb.h"
@@ -1274,7 +1274,7 @@ success:
/*
* The message system:
*
- * This is a revamped message system that now should easier accomodate
+ * This is a revamped message system that now should easier accommodate
* new messages, if necessary.
*
* Currently we accept these messages:
diff --git a/sys/dev/sbus/be.c b/sys/dev/sbus/be.c
index 6a46134f420..3b09de09359 100644
--- a/sys/dev/sbus/be.c
+++ b/sys/dev/sbus/be.c
@@ -1,4 +1,4 @@
-/* $NetBSD: be.c,v 1.49 2006/09/07 02:40:33 dogcow Exp $ */
+/* $NetBSD: be.c,v 1.50 2006/11/24 19:46:59 christos Exp $ */
/*-
* Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -64,7 +64,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: be.c,v 1.49 2006/09/07 02:40:33 dogcow Exp $");
+__KERNEL_RCSID(0, "$NetBSD: be.c,v 1.50 2006/11/24 19:46:59 christos Exp $");
#include "opt_ddb.h"
#include "opt_inet.h"
@@ -406,7 +406,7 @@ beattach(parent, self, aux)
#endif
if (child->mii_phy != BE_PHY_EXTERNAL ||
child->mii_inst > 0) {
- printf("%s: cannot accomodate MII device %s"
+ printf("%s: cannot accommodate MII device %s"
" at phy %d, instance %d\n",
sc->sc_dev.dv_xname,
child->mii_dev.dv_xname,
diff --git a/sys/dev/sequencer.c b/sys/dev/sequencer.c
index f627a4fb33f..1fc8d70e1a8 100644
--- a/sys/dev/sequencer.c
+++ b/sys/dev/sequencer.c
@@ -1,4 +1,4 @@
-/* $NetBSD: sequencer.c,v 1.37 2006/11/16 01:32:45 christos Exp $ */
+/* $NetBSD: sequencer.c,v 1.38 2006/11/24 19:46:59 christos Exp $ */
/*
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -37,7 +37,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: sequencer.c,v 1.37 2006/11/16 01:32:45 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: sequencer.c,v 1.38 2006/11/24 19:46:59 christos Exp $");
#include "sequencer.h"
@@ -1305,7 +1305,7 @@ midiseq_loadpatch(struct midi_dev *md,
for(i = 0; i < cc && !MIDI_IS_STATUS(bf[i]); i++)
;
/*
- * XXX midi(4)'s buffer might not accomodate this, and the
+ * XXX midi(4)'s buffer might not accommodate this, and the
* function will not block us (though in this case we have
* a process and could in principle block).
*/
diff --git a/sys/dev/spi/spiflash.h b/sys/dev/spi/spiflash.h
index d67d64f6e91..40a8aa685a7 100644
--- a/sys/dev/spi/spiflash.h
+++ b/sys/dev/spi/spiflash.h
@@ -1,4 +1,4 @@
-/* $NetBSD: spiflash.h,v 1.1 2006/10/07 07:21:13 gdamore Exp $ */
+/* $NetBSD: spiflash.h,v 1.2 2006/11/24 19:46:59 christos Exp $ */
/*-
* Copyright (c) 2006 Urbana-Champaign Independent Media Center.
@@ -102,7 +102,7 @@
#define SPIFLASH_SR_SRP 0x80 /* SR write protected */
/*
- * This needs to change to accomodate boot-sectored devices.
+ * This needs to change to accommodate boot-sectored devices.
*/
typedef struct spiflash_softc *spiflash_handle_t;
diff --git a/sys/dist/acpica/rsutils.c b/sys/dist/acpica/rsutils.c
index 15c5b109dd4..94ceaa1b1e3 100644
--- a/sys/dist/acpica/rsutils.c
+++ b/sys/dist/acpica/rsutils.c
@@ -116,7 +116,7 @@
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rsutils.c,v 1.1 2006/03/23 13:36:31 kochi Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rsutils.c,v 1.2 2006/11/24 19:47:00 christos Exp $");
#define __RSUTILS_C__
@@ -253,7 +253,7 @@ AcpiRsMoveData (
/*
* 16-, 32-, and 64-bit cases must use the move macros that perform
- * endian conversion and/or accomodate hardware that cannot perform
+ * endian conversion and/or accommodate hardware that cannot perform
* misaligned memory transfers
*/
case ACPI_RSC_MOVE16:
diff --git a/sys/netinet6/ah_output.c b/sys/netinet6/ah_output.c
index fdd3a699c9f..fe538e1688b 100644
--- a/sys/netinet6/ah_output.c
+++ b/sys/netinet6/ah_output.c
@@ -1,4 +1,4 @@
-/* $NetBSD: ah_output.c,v 1.27 2006/05/14 05:30:31 christos Exp $ */
+/* $NetBSD: ah_output.c,v 1.28 2006/11/24 19:47:00 christos Exp $ */
/* $KAME: ah_output.c,v 1.31 2001/07/26 06:53:15 jinmei Exp $ */
/*
@@ -35,7 +35,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ah_output.c,v 1.27 2006/05/14 05:30:31 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ah_output.c,v 1.28 2006/11/24 19:47:00 christos Exp $");
#include "opt_inet.h"
@@ -195,7 +195,7 @@ ah4_output(m, isr)
}
/*
- * grow the mbuf to accomodate AH.
+ * grow the mbuf to accommodate AH.
*/
ip = mtod(m, struct ip *);
hlen = ip->ip_hl << 2;
diff --git a/sys/netinet6/esp_output.c b/sys/netinet6/esp_output.c
index 96baf6eafd7..6111d0f836c 100644
--- a/sys/netinet6/esp_output.c
+++ b/sys/netinet6/esp_output.c
@@ -1,4 +1,4 @@
-/* $NetBSD: esp_output.c,v 1.25 2006/08/30 01:23:35 christos Exp $ */
+/* $NetBSD: esp_output.c,v 1.26 2006/11/24 19:47:00 christos Exp $ */
/* $KAME: esp_output.c,v 1.44 2001/07/26 06:53:15 jinmei Exp $ */
/*
@@ -35,7 +35,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: esp_output.c,v 1.25 2006/08/30 01:23:35 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: esp_output.c,v 1.26 2006/11/24 19:47:00 christos Exp $");
#include "opt_inet.h"
#include "opt_ipsec.h"
@@ -369,7 +369,7 @@ esp_output(m, nexthdrp, md, isr, af)
#endif
/*
- * grow the mbuf to accomodate ESP header.
+ * grow the mbuf to accommodate ESP header.
* before: IP ... payload
* after (without NAT-T): IP ... ESP IV payload
* after (with older NAT-T): IP ... UDP non-IKE-marker ESP IV payload
diff --git a/sys/netinet6/in6.c b/sys/netinet6/in6.c
index 4472d9c0273..bc49ca5404b 100644
--- a/sys/netinet6/in6.c
+++ b/sys/netinet6/in6.c
@@ -1,4 +1,4 @@
-/* $NetBSD: in6.c,v 1.118 2006/11/20 04:13:28 dyoung Exp $ */
+/* $NetBSD: in6.c,v 1.119 2006/11/24 19:47:00 christos Exp $ */
/* $KAME: in6.c,v 1.198 2001/07/18 09:12:38 itojun Exp $ */
/*
@@ -62,7 +62,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: in6.c,v 1.118 2006/11/20 04:13:28 dyoung Exp $");
+__KERNEL_RCSID(0, "$NetBSD: in6.c,v 1.119 2006/11/24 19:47:00 christos Exp $");
#include "opt_inet.h"
#include "opt_pfil_hooks.h"
@@ -1439,7 +1439,7 @@ in6_purgeif(ifp)
* other values may be returned from in6_ioctl()
*
* NOTE: SIOCALIFADDR(with IFLR_PREFIX set) allows prefixlen less than 64.
- * this is to accomodate address naming scheme other than RFC2374,
+ * this is to accommodate address naming scheme other than RFC2374,
* in the future.
* RFC2373 defines interface id to be 64bit, but it allows non-RFC2374
* address encoding scheme. (see figure on page 8)
diff --git a/sys/netinet6/ipcomp_output.c b/sys/netinet6/ipcomp_output.c
index b3d96df4bb5..e0846bf09ed 100644
--- a/sys/netinet6/ipcomp_output.c
+++ b/sys/netinet6/ipcomp_output.c
@@ -1,4 +1,4 @@
-/* $NetBSD: ipcomp_output.c,v 1.19 2005/12/11 12:25:02 christos Exp $ */
+/* $NetBSD: ipcomp_output.c,v 1.20 2006/11/24 19:47:00 christos Exp $ */
/* $KAME: ipcomp_output.c,v 1.24 2001/07/26 06:53:18 jinmei Exp $ */
/*
@@ -35,7 +35,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ipcomp_output.c,v 1.19 2005/12/11 12:25:02 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ipcomp_output.c,v 1.20 2006/11/24 19:47:00 christos Exp $");
#include "opt_inet.h"
@@ -271,7 +271,7 @@ ipcomp_output(m, nexthdrp, md, isr, af)
compoff = m->m_pkthdr.len - plen;
/*
- * grow the mbuf to accomodate ipcomp header.
+ * grow the mbuf to accommodate ipcomp header.
* before: IP ... payload
* after: IP ... ipcomp payload
*/
diff --git a/sys/netinet6/nd6.c b/sys/netinet6/nd6.c
index 678e6d7a978..d2aa058fc37 100644
--- a/sys/netinet6/nd6.c
+++ b/sys/netinet6/nd6.c
@@ -1,4 +1,4 @@
-/* $NetBSD: nd6.c,v 1.108 2006/11/20 04:34:16 dyoung Exp $ */
+/* $NetBSD: nd6.c,v 1.109 2006/11/24 19:47:00 christos Exp $ */
/* $KAME: nd6.c,v 1.279 2002/06/08 11:16:51 itojun Exp $ */
/*
@@ -31,7 +31,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: nd6.c,v 1.108 2006/11/20 04:34:16 dyoung Exp $");
+__KERNEL_RCSID(0, "$NetBSD: nd6.c,v 1.109 2006/11/24 19:47:00 christos Exp $");
#include "opt_ipsec.h"
@@ -363,7 +363,7 @@ nd6_options(ndopts)
default:
/*
* Unknown options must be silently ignored,
- * to accomodate future extension to the protocol.
+ * to accommodate future extension to the protocol.
*/
nd6log((LOG_DEBUG,
"nd6_options: unsupported option %d - "
diff --git a/sys/netipsec/ipsec_output.c b/sys/netipsec/ipsec_output.c
index cbc2c729b77..452edfef15f 100644
--- a/sys/netipsec/ipsec_output.c
+++ b/sys/netipsec/ipsec_output.c
@@ -1,4 +1,4 @@
-/* $NetBSD: ipsec_output.c,v 1.16 2006/11/16 01:33:49 christos Exp $ */
+/* $NetBSD: ipsec_output.c,v 1.17 2006/11/24 19:47:00 christos Exp $ */
/*-
* Copyright (c) 2002, 2003 Sam Leffler, Errno Consulting
@@ -29,7 +29,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ipsec_output.c,v 1.16 2006/11/16 01:33:49 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ipsec_output.c,v 1.17 2006/11/24 19:47:00 christos Exp $");
/*
* IPsec output processing.
@@ -621,7 +621,7 @@ ipsec6_encapsulate(struct mbuf *m, struct secasvar *sav)
/*
- * grow the mbuf to accomodate the new IPv6 header.
+ * grow the mbuf to accommodate the new IPv6 header.
*/
plen = m->m_pkthdr.len;
if (M_LEADINGSPACE(m->m_next) < sizeof(struct ip6_hdr)) {
diff --git a/usr.bin/config/config.5 b/usr.bin/config/config.5
index e9cd0de86fb..a0ba6b3ed17 100644
--- a/usr.bin/config/config.5
+++ b/usr.bin/config/config.5
@@ -1,4 +1,4 @@
-.\" $NetBSD: config.5,v 1.5 2006/09/04 18:32:54 wiz Exp $
+.\" $NetBSD: config.5,v 1.6 2006/11/24 19:47:00 christos Exp $
.\"
.\" Copyright (c) 2006 The NetBSD Foundation.
.\" All rights reserved.
@@ -513,7 +513,7 @@ used as a default value.
Despite its name, this statement does not limit the maximum number of users on
the system.
There is no such limit, actually.
-However, some kernel structures need to be adjusted to accomodate with more
+However, some kernel structures need to be adjusted to accommodate with more
users, and the
.Ic maxusers
parameter is used for example to compute the maximum number of opened files,
diff --git a/usr.bin/mail/head.c b/usr.bin/mail/head.c
index a988e906af6..4b70d1f5131 100644
--- a/usr.bin/mail/head.c
+++ b/usr.bin/mail/head.c
@@ -1,4 +1,4 @@
-/* $NetBSD: head.c,v 1.18 2006/10/31 20:07:32 christos Exp $ */
+/* $NetBSD: head.c,v 1.19 2006/11/24 19:47:00 christos Exp $ */
/*
* Copyright (c) 1980, 1993
@@ -34,7 +34,7 @@
#if 0
static char sccsid[] = "@(#)head.c 8.2 (Berkeley) 4/20/95";
#else
-__RCSID("$NetBSD: head.c,v 1.18 2006/10/31 20:07:32 christos Exp $");
+__RCSID("$NetBSD: head.c,v 1.19 2006/11/24 19:47:00 christos Exp $");
#endif
#endif /* not lint */
@@ -50,7 +50,7 @@ __RCSID("$NetBSD: head.c,v 1.18 2006/10/31 20:07:32 christos Exp $");
/*
* See if the passed line buffer is a mail header.
* Return true if yes. Note the extreme pains to
- * accomodate all funny formats.
+ * accommodate all funny formats.
*/
int
ishead(const char linebuf[])
diff --git a/usr.bin/top/top.c b/usr.bin/top/top.c
index 13a4a04c45d..4344252f143 100644
--- a/usr.bin/top/top.c
+++ b/usr.bin/top/top.c
@@ -1,4 +1,4 @@
-/* $NetBSD: top.c,v 1.24 2006/10/07 17:27:57 elad Exp $ */
+/* $NetBSD: top.c,v 1.25 2006/11/24 19:47:00 christos Exp $ */
const char copyright[] = "Copyright (c) 1984 through 1996, William LeFebvre";
@@ -49,7 +49,7 @@ const char copyright[] = "Copyright (c) 1984 through 1996, William LeFebvre";
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: top.c,v 1.24 2006/10/07 17:27:57 elad Exp $");
+__RCSID("$NetBSD: top.c,v 1.25 2006/11/24 19:47:00 christos Exp $");
#endif
#include "os.h"
@@ -554,7 +554,7 @@ Usage: %s [-bIinqSuv] [-d count] [-o field] [-s time] [-U username] [number]\n",
{
/* determine number of processes to actually display */
/* this number will be the smallest of: active processes,
- number user requested, number current screen accomodates */
+ number user requested, number current screen accommodates */
active_procs = system_info.P_ACTIVE;
if (active_procs > topn)
{
diff --git a/usr.bin/yacc/reader.c b/usr.bin/yacc/reader.c
index b6825ae297d..f4f714047fa 100644
--- a/usr.bin/yacc/reader.c
+++ b/usr.bin/yacc/reader.c
@@ -1,4 +1,4 @@
-/* $NetBSD: reader.c,v 1.16 2006/05/24 18:06:58 christos Exp $ */
+/* $NetBSD: reader.c,v 1.17 2006/11/24 19:47:00 christos Exp $ */
/*
* Copyright (c) 1989 The Regents of the University of California.
@@ -37,7 +37,7 @@
#if 0
static char sccsid[] = "@(#)reader.c 5.7 (Berkeley) 1/20/91";
#else
-__RCSID("$NetBSD: reader.c,v 1.16 2006/05/24 18:06:58 christos Exp $");
+__RCSID("$NetBSD: reader.c,v 1.17 2006/11/24 19:47:00 christos Exp $");
#endif
#endif /* not lint */
@@ -46,7 +46,7 @@ __RCSID("$NetBSD: reader.c,v 1.16 2006/05/24 18:06:58 christos Exp $");
/* The line size must be a positive integer. One hundred was chosen */
/* because few lines in Yacc input grammars exceed 100 characters. */
/* Note that if a line exceeds LINESIZE characters, the line buffer */
-/* will be expanded to accomodate it. */
+/* will be expanded to accommodate it. */
#define LINESIZE 100
diff --git a/usr.sbin/lpr/pac/pac.c b/usr.sbin/lpr/pac/pac.c
index 7f156f2fa5f..379ad58fa33 100644
--- a/usr.sbin/lpr/pac/pac.c
+++ b/usr.sbin/lpr/pac/pac.c
@@ -1,4 +1,4 @@
-/* $NetBSD: pac.c,v 1.20 2005/11/28 03:26:07 christos Exp $ */
+/* $NetBSD: pac.c,v 1.21 2006/11/24 19:47:00 christos Exp $ */
/*
* Copyright (c) 1983, 1993
@@ -37,7 +37,7 @@ __COPYRIGHT("@(#) Copyright (c) 1983, 1993\n\
#if 0
static char sccsid[] = "@(#)pac.c 8.1 (Berkeley) 6/6/93";
#else
-__RCSID("$NetBSD: pac.c,v 1.20 2005/11/28 03:26:07 christos Exp $");
+__RCSID("$NetBSD: pac.c,v 1.21 2006/11/24 19:47:00 christos Exp $");
#endif
#endif /* not lint */
@@ -196,7 +196,7 @@ main(int argc, char *const argv[])
* Read the entire accounting file, accumulating statistics
* for the users that we have in the hash table. If allflag
* is set, then just gather the facts on everyone.
- * Note that we must accomodate both the active and summary file
+ * Note that we must accommodate both the active and summary file
* formats here.
* Format of accounting file is
* feet_per_page [runs_count] [hostname:]username