diff options
author | Martynas Venckus <martynas@cvs.openbsd.org> | 2007-11-26 09:28:35 +0000 |
---|---|---|
committer | Martynas Venckus <martynas@cvs.openbsd.org> | 2007-11-26 09:28:35 +0000 |
commit | 04b4ef9c75ed734905ee1bdf681657395bf1dd08 (patch) | |
tree | 7afd3082a841d290022885a5e94f2226628afa31 /usr.sbin | |
parent | c8bcb9eaf1366f287c7c29562467558769a87f3c (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.sbin')
-rw-r--r-- | usr.sbin/amd/amd/ifs_ops.c | 4 | ||||
-rw-r--r-- | usr.sbin/fdformat/fdformat.c | 4 | ||||
-rw-r--r-- | usr.sbin/kgmon/kgmon.c | 10 | ||||
-rw-r--r-- | usr.sbin/rdate/ntpleaps.c | 6 | ||||
-rw-r--r-- | usr.sbin/route6d/route6d.c | 6 | ||||
-rw-r--r-- | usr.sbin/tcpdump/print-skip.c | 4 |
6 files changed, 17 insertions, 17 deletions
diff --git a/usr.sbin/amd/amd/ifs_ops.c b/usr.sbin/amd/amd/ifs_ops.c index d815470f7a2..19e1e50c60e 100644 --- a/usr.sbin/amd/amd/ifs_ops.c +++ b/usr.sbin/amd/amd/ifs_ops.c @@ -32,7 +32,7 @@ * SUCH DAMAGE. * * from: @(#)ifs_ops.c 8.1 (Berkeley) 6/6/93 - * $Id: ifs_ops.c,v 1.3 2003/06/02 23:36:51 millert Exp $ + * $Id: ifs_ops.c,v 1.4 2007/11/26 09:28:34 martynas Exp $ */ #include "am.h" @@ -86,7 +86,7 @@ ifs_inherit(mntfs *mf) { /* * Take the linked mount point and - * propogate. + * propagate. */ mntfs *mf_link = (mntfs *) mf->mf_private; if (mf_link == 0) { diff --git a/usr.sbin/fdformat/fdformat.c b/usr.sbin/fdformat/fdformat.c index a2935634f0d..877d09d136e 100644 --- a/usr.sbin/fdformat/fdformat.c +++ b/usr.sbin/fdformat/fdformat.c @@ -1,4 +1,4 @@ -/* $OpenBSD: fdformat.c,v 1.17 2007/02/21 03:53:32 ray Exp $ */ +/* $OpenBSD: fdformat.c,v 1.18 2007/11/26 09:28:34 martynas Exp $ */ /* * Copyright (C) 1992-1994 by Joerg Wunsch, Dresden @@ -139,7 +139,7 @@ usage(void) printf("\t[-t steps_per_track] device_name\n"); printf("Options:\n"); printf("\t-n\tdon't verify floppy after formatting\n"); - printf("\t-q\tsupress any normal output, don't ask for confirmation\n"); + printf("\t-q\tsuppress any normal output, don't ask for confirmation\n"); printf("\t-v\tdon't format, verify only\n"); printf("\tdevname\tthe full name of floppy device or in short form fd0, fd1\n"); printf("Obscure options:\n"); diff --git a/usr.sbin/kgmon/kgmon.c b/usr.sbin/kgmon/kgmon.c index cc0f92a135d..0dd803ea300 100644 --- a/usr.sbin/kgmon/kgmon.c +++ b/usr.sbin/kgmon/kgmon.c @@ -1,4 +1,4 @@ -/* $OpenBSD: kgmon.c,v 1.13 2007/05/04 04:06:06 ray Exp $ */ +/* $OpenBSD: kgmon.c,v 1.14 2007/11/26 09:28:34 martynas Exp $ */ /* * Copyright (c) 1983, 1992, 1993 @@ -37,7 +37,7 @@ static char copyright[] = #ifndef lint /*static char sccsid[] = "from: @(#)kgmon.c 8.1 (Berkeley) 6/6/93";*/ -static char *rcsid = "$OpenBSD: kgmon.c,v 1.13 2007/05/04 04:06:06 ray Exp $"; +static char *rcsid = "$OpenBSD: kgmon.c,v 1.14 2007/11/26 09:28:34 martynas Exp $"; #endif /* not lint */ #include <sys/param.h> @@ -215,11 +215,11 @@ kern_readonly(int mode) if (pflag && mode == GMON_PROF_ON) (void)fprintf(stderr, "data may be inconsistent\n"); if (rflag) - (void)fprintf(stderr, "-r supressed\n"); + (void)fprintf(stderr, "-r suppressed\n"); if (bflag) - (void)fprintf(stderr, "-b supressed\n"); + (void)fprintf(stderr, "-b suppressed\n"); if (hflag) - (void)fprintf(stderr, "-h supressed\n"); + (void)fprintf(stderr, "-h suppressed\n"); rflag = bflag = hflag = 0; } diff --git a/usr.sbin/rdate/ntpleaps.c b/usr.sbin/rdate/ntpleaps.c index d6dc5815826..4000e6f2202 100644 --- a/usr.sbin/rdate/ntpleaps.c +++ b/usr.sbin/rdate/ntpleaps.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ntpleaps.c,v 1.8 2006/01/28 07:25:23 tedu Exp $ */ +/* $OpenBSD: ntpleaps.c,v 1.9 2007/11/26 09:28:34 martynas Exp $ */ /* * Copyright (c) 2002 Thorsten Glaser. All rights reserved. @@ -31,7 +31,7 @@ /* Leap second support for NTP clients (generic) */ -static const char RCSId[] = "$OpenBSD: ntpleaps.c,v 1.8 2006/01/28 07:25:23 tedu Exp $"; +static const char RCSId[] = "$OpenBSD: ntpleaps.c,v 1.9 2007/11/26 09:28:34 martynas Exp $"; /* @@ -137,7 +137,7 @@ ntpleaps_read(void) return (-1); } - /* Pre-initalize buf[24..27] so we need not check read(2) result */ + /* Pre-initialize buf[24..27] so we need not check read(2) result */ buf[24] = 0; buf[25] = 0; buf[26] = 0; diff --git a/usr.sbin/route6d/route6d.c b/usr.sbin/route6d/route6d.c index e51cb6abfe1..87109542546 100644 --- a/usr.sbin/route6d/route6d.c +++ b/usr.sbin/route6d/route6d.c @@ -1,4 +1,4 @@ -/* $OpenBSD: route6d.c,v 1.47 2006/12/15 06:16:49 itojun Exp $ */ +/* $OpenBSD: route6d.c,v 1.48 2007/11/26 09:28:34 martynas Exp $ */ /* $KAME: route6d.c,v 1.111 2006/10/25 06:38:13 jinmei Exp $ */ /* @@ -31,7 +31,7 @@ */ #if 0 -static char _rcsid[] = "$OpenBSD: route6d.c,v 1.47 2006/12/15 06:16:49 itojun Exp $"; +static char _rcsid[] = "$OpenBSD: route6d.c,v 1.48 2007/11/26 09:28:34 martynas Exp $"; #endif #include <stdio.h> @@ -148,7 +148,7 @@ struct rip6 *ripbuf; /* packet buffer for sending */ * One of the major drawbacks of the linear linked list is the difficulty * of representing the relationship between a couple of routes. This may * be a significant problem when we have to support route aggregation with - * supressing the specifices covered by the aggregate. + * suppressing the specifics covered by the aggregate. */ struct riprt { diff --git a/usr.sbin/tcpdump/print-skip.c b/usr.sbin/tcpdump/print-skip.c index 563fee454c9..d8d487a68f2 100644 --- a/usr.sbin/tcpdump/print-skip.c +++ b/usr.sbin/tcpdump/print-skip.c @@ -1,4 +1,4 @@ -/* $OpenBSD: print-skip.c,v 1.2 1996/07/13 11:01:29 mickey Exp $ */ +/* $OpenBSD: print-skip.c,v 1.3 2007/11/26 09:28:34 martynas Exp $ */ /* * Copyright (c) 1995 Sun Microsystems, Inc. @@ -904,7 +904,7 @@ void esp_print(register const u_char *bp, register int length, return; } - printf("SKIP-ESP: Initalization Vector\t"); + printf("SKIP-ESP: Initialization Vector\t"); if (len) { for (i = 0; i < len; i++) { printf("%02x ", (unsigned char) *p++); |