summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@NetBSD.org>2002-02-11 10:57:57 +0000
committerwiz <wiz@NetBSD.org>2002-02-11 10:57:57 +0000
commitf78eb76cbe1b359fe427eeebfe79eb8912efe604 (patch)
tree6cbc51f80c34ef5ce2f66901e85160cc76c744c6
parent66df0333a155a2b148ee6230fad051160e073626 (diff)
achive is not a good word.
-rw-r--r--bin/pax/cpio.c6
-rw-r--r--libexec/telnetd/state.c6
-rw-r--r--sys/arch/amigappc/include/intr.h4
-rw-r--r--sys/arch/bebox/include/intr.h4
-rw-r--r--sys/arch/prep/include/intr.h4
-rw-r--r--sys/arch/walnut/include/intr.h4
-rw-r--r--usr.bin/newsyslog/newsyslog.c6
7 files changed, 17 insertions, 17 deletions
diff --git a/bin/pax/cpio.c b/bin/pax/cpio.c
index 7270184188e..fa8511a0b22 100644
--- a/bin/pax/cpio.c
+++ b/bin/pax/cpio.c
@@ -1,4 +1,4 @@
-/* $NetBSD: cpio.c,v 1.12 2002/01/31 19:27:53 tv Exp $ */
+/* $NetBSD: cpio.c,v 1.13 2002/02/11 10:57:57 wiz Exp $ */
/*-
* Copyright (c) 1992 Keith Muller.
@@ -42,7 +42,7 @@
#if 0
static char sccsid[] = "@(#)cpio.c 8.1 (Berkeley) 5/31/93";
#else
-__RCSID("$NetBSD: cpio.c,v 1.12 2002/01/31 19:27:53 tv Exp $");
+__RCSID("$NetBSD: cpio.c,v 1.13 2002/02/11 10:57:57 wiz Exp $");
#endif
#endif /* not lint */
@@ -968,7 +968,7 @@ bcpio_endrd(void)
* copy the data in the ARCHD to buffer in old binary cpio format
* There is a real chance of field overflow with this critter. So we
* always check the conversion is ok. nobody in his their right mind
- * should write an achive in this format...
+ * should write an archive in this format...
* Return
* 0 if file has data to be written after the header, 1 if file has NO
* data to write after the header, -1 if archive write failed
diff --git a/libexec/telnetd/state.c b/libexec/telnetd/state.c
index 46e88540722..1ce796000e2 100644
--- a/libexec/telnetd/state.c
+++ b/libexec/telnetd/state.c
@@ -1,4 +1,4 @@
-/* $NetBSD: state.c,v 1.21 2001/08/24 00:14:03 wiz Exp $ */
+/* $NetBSD: state.c,v 1.22 2002/02/11 10:57:58 wiz Exp $ */
/*
* Copyright (c) 1989, 1993
@@ -38,7 +38,7 @@
#if 0
static char sccsid[] = "@(#)state.c 8.5 (Berkeley) 5/30/95";
#else
-__RCSID("$NetBSD: state.c,v 1.21 2001/08/24 00:14:03 wiz Exp $");
+__RCSID("$NetBSD: state.c,v 1.22 2002/02/11 10:57:58 wiz Exp $");
#endif
#endif /* not lint */
@@ -718,7 +718,7 @@ wontoption(option)
* If we get a WONT TM, and had sent a DO TM,
* don't respond with a DONT TM, just leave it
* as is. Short circut the state machine to
- * achive this.
+ * achieve this.
*/
set_his_want_state_wont(TELOPT_TM);
return;
diff --git a/sys/arch/amigappc/include/intr.h b/sys/arch/amigappc/include/intr.h
index 142f2920bce..adba5d7bb1f 100644
--- a/sys/arch/amigappc/include/intr.h
+++ b/sys/arch/amigappc/include/intr.h
@@ -1,4 +1,4 @@
-/* $NetBSD: intr.h,v 1.8 2001/04/13 23:29:58 thorpej Exp $ */
+/* $NetBSD: intr.h,v 1.9 2002/02/11 10:57:58 wiz Exp $ */
/*-
* Copyright (c) 1997 The NetBSD Foundation, Inc.
@@ -117,7 +117,7 @@ extern int imask[];
/*
* Reorder protection in the following inline functions is
- * achived 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....
*/
static __inline int
diff --git a/sys/arch/bebox/include/intr.h b/sys/arch/bebox/include/intr.h
index 7c09b30d69d..8c460c85744 100644
--- a/sys/arch/bebox/include/intr.h
+++ b/sys/arch/bebox/include/intr.h
@@ -1,4 +1,4 @@
-/* $NetBSD: intr.h,v 1.14 2001/08/26 02:47:36 matt Exp $ */
+/* $NetBSD: intr.h,v 1.15 2002/02/11 10:57:58 wiz Exp $ */
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -106,7 +106,7 @@ extern long intrcnt[];
/*
* Reorder protection in the following inline functions is
- * achived 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....
*/
static __inline int
diff --git a/sys/arch/prep/include/intr.h b/sys/arch/prep/include/intr.h
index 64c370e8c37..b7c163946cf 100644
--- a/sys/arch/prep/include/intr.h
+++ b/sys/arch/prep/include/intr.h
@@ -1,4 +1,4 @@
-/* $NetBSD: intr.h,v 1.12 2002/02/10 00:54:39 kleink Exp $ */
+/* $NetBSD: intr.h,v 1.13 2002/02/11 10:57:58 wiz Exp $ */
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -114,7 +114,7 @@ extern vaddr_t prep_intr_reg;
/*
* Reorder protection in the following inline functions is
- * achived 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....
*/
static __inline int
diff --git a/sys/arch/walnut/include/intr.h b/sys/arch/walnut/include/intr.h
index 50ebb9d4898..a892a552ad3 100644
--- a/sys/arch/walnut/include/intr.h
+++ b/sys/arch/walnut/include/intr.h
@@ -1,4 +1,4 @@
-/* $NetBSD: intr.h,v 1.3 2001/11/08 23:28:14 eeh Exp $ */
+/* $NetBSD: intr.h,v 1.4 2002/02/11 10:57:59 wiz Exp $ */
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -99,7 +99,7 @@ extern u_long intrcnt[];
/*
* Reorder protection in the following inline functions is
- * achived 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....
*/
static __inline int
diff --git a/usr.bin/newsyslog/newsyslog.c b/usr.bin/newsyslog/newsyslog.c
index b9f80a6c0f5..7930c50110a 100644
--- a/usr.bin/newsyslog/newsyslog.c
+++ b/usr.bin/newsyslog/newsyslog.c
@@ -1,4 +1,4 @@
-/* $NetBSD: newsyslog.c,v 1.42 2001/06/10 12:06:35 ad Exp $ */
+/* $NetBSD: newsyslog.c,v 1.43 2002/02/11 10:57:58 wiz Exp $ */
/*
* Copyright (c) 1999, 2000 Andrew Doran <ad@NetBSD.org>
@@ -55,7 +55,7 @@
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: newsyslog.c,v 1.42 2001/06/10 12:06:35 ad Exp $");
+__RCSID("$NetBSD: newsyslog.c,v 1.43 2002/02/11 10:57:58 wiz Exp $");
#endif /* not lint */
#include <sys/types.h>
@@ -85,7 +85,7 @@ __RCSID("$NetBSD: newsyslog.c,v 1.42 2001/06/10 12:06:35 ad Exp $");
#define PRHDRINFO(x) ((void)(verbose ? printf x : 0))
#define PRINFO(x) ((void)(verbose ? printf(" ") + printf x : 0))
-#define CE_COMPRESS 0x01 /* Compress the achived log files */
+#define CE_COMPRESS 0x01 /* Compress the archived log files */
#define CE_BINARY 0x02 /* Logfile is a binary file/non-syslog */
#define CE_NOSIGNAL 0x04 /* Don't send a signal when trimmed */
#define CE_CREATE 0x08 /* Create log file if none exists */