Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src achive is not a good word.
details: https://anonhg.NetBSD.org/src/rev/ef25f314e279
branches: trunk
changeset: 522080:ef25f314e279
user: wiz <wiz%NetBSD.org@localhost>
date: Mon Feb 11 10:57:57 2002 +0000
description:
achive is not a good word.
diffstat:
bin/pax/cpio.c | 6 +++---
libexec/telnetd/state.c | 6 +++---
sys/arch/amigappc/include/intr.h | 4 ++--
sys/arch/bebox/include/intr.h | 4 ++--
sys/arch/prep/include/intr.h | 4 ++--
sys/arch/walnut/include/intr.h | 4 ++--
usr.bin/newsyslog/newsyslog.c | 6 +++---
7 files changed, 17 insertions(+), 17 deletions(-)
diffs (153 lines):
diff -r e589e99f6eca -r ef25f314e279 bin/pax/cpio.c
--- a/bin/pax/cpio.c Mon Feb 11 10:44:38 2002 +0000
+++ b/bin/pax/cpio.c Mon Feb 11 10:57:57 2002 +0000
@@ -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 @@
* 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 -r e589e99f6eca -r ef25f314e279 libexec/telnetd/state.c
--- a/libexec/telnetd/state.c Mon Feb 11 10:44:38 2002 +0000
+++ b/libexec/telnetd/state.c Mon Feb 11 10:57:57 2002 +0000
@@ -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 @@
* 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 -r e589e99f6eca -r ef25f314e279 sys/arch/amigappc/include/intr.h
--- a/sys/arch/amigappc/include/intr.h Mon Feb 11 10:44:38 2002 +0000
+++ b/sys/arch/amigappc/include/intr.h Mon Feb 11 10:57:57 2002 +0000
@@ -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 @@
/*
* 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 -r e589e99f6eca -r ef25f314e279 sys/arch/bebox/include/intr.h
--- a/sys/arch/bebox/include/intr.h Mon Feb 11 10:44:38 2002 +0000
+++ b/sys/arch/bebox/include/intr.h Mon Feb 11 10:57:57 2002 +0000
@@ -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 @@
/*
* 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 -r e589e99f6eca -r ef25f314e279 sys/arch/prep/include/intr.h
--- a/sys/arch/prep/include/intr.h Mon Feb 11 10:44:38 2002 +0000
+++ b/sys/arch/prep/include/intr.h Mon Feb 11 10:57:57 2002 +0000
@@ -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 @@
/*
* 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 -r e589e99f6eca -r ef25f314e279 sys/arch/walnut/include/intr.h
--- a/sys/arch/walnut/include/intr.h Mon Feb 11 10:44:38 2002 +0000
+++ b/sys/arch/walnut/include/intr.h Mon Feb 11 10:57:57 2002 +0000
@@ -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 @@
/*
* 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 -r e589e99f6eca -r ef25f314e279 usr.bin/newsyslog/newsyslog.c
--- a/usr.bin/newsyslog/newsyslog.c Mon Feb 11 10:44:38 2002 +0000
+++ b/usr.bin/newsyslog/newsyslog.c Mon Feb 11 10:57:57 2002 +0000
@@ -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@localhost>
@@ -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 @@
#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 */
Home |
Main Index |
Thread Index |
Old Index