summaryrefslogtreecommitdiffstats
path: root/usr.sbin/kgmon
diff options
context:
space:
mode:
authoruqs <uqs@FreeBSD.org>2011-12-30 10:58:14 +0000
committeruqs <uqs@FreeBSD.org>2011-12-30 10:58:14 +0000
commit415a3a9b966c1522657d435a1785904f41accc78 (patch)
tree8895a44928d5c242eb33f5909e96b16aa8b19f50 /usr.sbin/kgmon
parentc12910138c122eb89614cb32832cc1e81e4c23a7 (diff)
downloadFreeBSD-src-415a3a9b966c1522657d435a1785904f41accc78.zip
FreeBSD-src-415a3a9b966c1522657d435a1785904f41accc78.tar.gz
Spelling fixes for usr.sbin/
Diffstat (limited to 'usr.sbin/kgmon')
-rw-r--r--usr.sbin/kgmon/kgmon.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/kgmon/kgmon.c b/usr.sbin/kgmon/kgmon.c
index bdb2da2..d5cdf96 100644
--- a/usr.sbin/kgmon/kgmon.c
+++ b/usr.sbin/kgmon/kgmon.c
@@ -240,13 +240,13 @@ kern_readonly(mode)
if (pflag && (mode == GMON_PROF_HIRES || 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 (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 = bflag = hflag = 0;
}
OpenPOWER on IntegriCloud