summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorMartynas Venckus <martynas@cvs.openbsd.org>2007-11-26 09:28:35 +0000
committerMartynas Venckus <martynas@cvs.openbsd.org>2007-11-26 09:28:35 +0000
commit04b4ef9c75ed734905ee1bdf681657395bf1dd08 (patch)
tree7afd3082a841d290022885a5e94f2226628afa31 /usr.bin
parentc8bcb9eaf1366f287c7c29562467558769a87f3c (diff)
typos; ok jmc@
sys/netinet/in_pcb.c and sys/net/bridgestp.c ok henning@ sys/dev/pci/bktr/* ok jakemsr@
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/file/file.h6
-rw-r--r--usr.bin/gprof/arcs.c6
-rw-r--r--usr.bin/sudo/interfaces.c2
-rw-r--r--usr.bin/tip/cu.c6
-rw-r--r--usr.bin/vmstat/dkstats.c4
-rw-r--r--usr.bin/xlint/lint1/init.c6
6 files changed, 15 insertions, 15 deletions
diff --git a/usr.bin/file/file.h b/usr.bin/file/file.h
index d5db648de38..820039cfa11 100644
--- a/usr.bin/file/file.h
+++ b/usr.bin/file/file.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: file.h,v 1.17 2007/07/09 16:39:48 dim Exp $ */
+/* $OpenBSD: file.h,v 1.18 2007/11/26 09:28:34 martynas Exp $ */
/*
* Copyright (c) Ian F. Darwin 1986-1995.
* Software written by Ian F. Darwin and others;
@@ -28,7 +28,7 @@
*/
/*
* file.h - definitions for file(1) program
- * @(#)$Id: file.h,v 1.17 2007/07/09 16:39:48 dim Exp $
+ * @(#)$Id: file.h,v 1.18 2007/11/26 09:28:34 martynas Exp $
*/
#ifndef __file_h__
@@ -83,7 +83,7 @@
struct magic {
/* Word 1 */
uint16_t cont_level; /* level of ">" */
- uint8_t nospflag; /* supress space character */
+ uint8_t nospflag; /* suppress space character */
uint8_t flag;
#define INDIR 1 /* if '>(...)' appears, */
#define UNSIGNED 2 /* comparison is unsigned */
diff --git a/usr.bin/gprof/arcs.c b/usr.bin/gprof/arcs.c
index 51806ef7069..1b91dbd22de 100644
--- a/usr.bin/gprof/arcs.c
+++ b/usr.bin/gprof/arcs.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: arcs.c,v 1.10 2006/03/25 19:06:35 espie Exp $ */
+/* $OpenBSD: arcs.c,v 1.11 2007/11/26 09:28:34 martynas Exp $ */
/* $NetBSD: arcs.c,v 1.6 1995/04/19 07:15:52 cgd Exp $ */
/*
@@ -34,7 +34,7 @@
#if 0
static char sccsid[] = "@(#)arcs.c 8.1 (Berkeley) 6/6/93";
#else
-static char rcsid[] = "$OpenBSD: arcs.c,v 1.10 2006/03/25 19:06:35 espie Exp $";
+static char rcsid[] = "$OpenBSD: arcs.c,v 1.11 2007/11/26 09:28:34 martynas Exp $";
#endif
#endif /* not lint */
@@ -225,7 +225,7 @@ doarcs()
doflags();
/*
* starting from the topological bottom,
- * propogate children times up to parents.
+ * propagate children times up to parents.
*/
dotime();
/*
diff --git a/usr.bin/sudo/interfaces.c b/usr.bin/sudo/interfaces.c
index f03acc042fa..82fd877ff12 100644
--- a/usr.bin/sudo/interfaces.c
+++ b/usr.bin/sudo/interfaces.c
@@ -19,7 +19,7 @@
*/
/*
- * Supress a warning w/ gcc on Digital UN*X.
+ * Suppress a warning w/ gcc on Digital UN*X.
* The system headers should really do this....
*/
#if defined(__osf__) && !defined(__cplusplus)
diff --git a/usr.bin/tip/cu.c b/usr.bin/tip/cu.c
index 2ad7cb59da9..a1d41045b83 100644
--- a/usr.bin/tip/cu.c
+++ b/usr.bin/tip/cu.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: cu.c,v 1.22 2007/05/15 19:42:05 moritz Exp $ */
+/* $OpenBSD: cu.c,v 1.23 2007/11/26 09:28:34 martynas Exp $ */
/* $NetBSD: cu.c,v 1.5 1997/02/11 09:24:05 mrg Exp $ */
/*
@@ -34,7 +34,7 @@
#if 0
static char sccsid[] = "@(#)cu.c 8.1 (Berkeley) 6/6/93";
#endif
-static const char rcsid[] = "$OpenBSD: cu.c,v 1.22 2007/05/15 19:42:05 moritz Exp $";
+static const char rcsid[] = "$OpenBSD: cu.c,v 1.23 2007/11/26 09:28:34 martynas Exp $";
#endif /* not lint */
#include <err.h>
@@ -97,7 +97,7 @@ getopt:
case 'l':
if (DV != NULL) {
fprintf(stderr,
- "%s: cannot specificy multiple -l options\n",
+ "%s: cannot specify multiple -l options\n",
__progname);
exit(3);
}
diff --git a/usr.bin/vmstat/dkstats.c b/usr.bin/vmstat/dkstats.c
index a700747b41e..a16c9385772 100644
--- a/usr.bin/vmstat/dkstats.c
+++ b/usr.bin/vmstat/dkstats.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: dkstats.c,v 1.32 2007/10/24 20:15:43 chl Exp $ */
+/* $OpenBSD: dkstats.c,v 1.33 2007/11/26 09:28:34 martynas Exp $ */
/* $NetBSD: dkstats.c,v 1.1 1996/05/10 23:19:27 thorpej Exp $ */
/*
@@ -556,7 +556,7 @@ dkinit(int sel)
#endif /* !defined(NOKVM) */
}
- /* Never do this initalization again. */
+ /* Never do this initialization again. */
once = 1;
return(1);
}
diff --git a/usr.bin/xlint/lint1/init.c b/usr.bin/xlint/lint1/init.c
index 4fc2e6cf0a9..f6be3556c24 100644
--- a/usr.bin/xlint/lint1/init.c
+++ b/usr.bin/xlint/lint1/init.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: init.c,v 1.10 2006/05/29 20:47:22 cloder Exp $ */
+/* $OpenBSD: init.c,v 1.11 2007/11/26 09:28:34 martynas Exp $ */
/* $NetBSD: init.c,v 1.4 1995/10/02 17:21:37 jpo Exp $ */
/*
@@ -33,7 +33,7 @@
*/
#ifndef lint
-static char rcsid[] = "$OpenBSD: init.c,v 1.10 2006/05/29 20:47:22 cloder Exp $";
+static char rcsid[] = "$OpenBSD: init.c,v 1.11 2007/11/26 09:28:34 martynas Exp $";
#endif
#include <stdlib.h>
@@ -339,7 +339,7 @@ mkinit(tnode_t *tn)
/*
* Do not test for automatic aggregate initialisation. If the
- * initalizer starts with a brace we have the warning already.
+ * initializer starts with a brace we have the warning already.
* If not, an error will be printed that the initializer must
* be enclosed by braces.
*/