summaryrefslogtreecommitdiff
path: root/lib/libkvm
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2002-11-29 20:15:44 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2002-11-29 20:15:44 +0000
commitca829633d6d1dd5387d8f20985f844d364fdc74c (patch)
tree92394a07a04d38ffdaba652672712a9f2f0781cb /lib/libkvm
parent4d028446ac5e1424a6869b14b5a3a356bbb296c0 (diff)
inconsistant spelling; torh@bogus.net
Diffstat (limited to 'lib/libkvm')
-rw-r--r--lib/libkvm/kvm_file.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libkvm/kvm_file.c b/lib/libkvm/kvm_file.c
index 24bfb192ad5..01dffd97ee4 100644
--- a/lib/libkvm/kvm_file.c
+++ b/lib/libkvm/kvm_file.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: kvm_file.c,v 1.6 2001/11/06 19:17:36 art Exp $ */
+/* $OpenBSD: kvm_file.c,v 1.7 2002/11/29 20:15:43 deraadt Exp $ */
/* $NetBSD: kvm_file.c,v 1.5 1996/03/18 22:33:18 thorpej Exp $ */
/*-
@@ -38,7 +38,7 @@
#if 0
static char sccsid[] = "@(#)kvm_file.c 8.1 (Berkeley) 6/4/93";
#else
-static char *rcsid = "$OpenBSD: kvm_file.c,v 1.6 2001/11/06 19:17:36 art Exp $";
+static char *rcsid = "$OpenBSD: kvm_file.c,v 1.7 2002/11/29 20:15:43 deraadt Exp $";
#endif
#endif /* LIBC_SCCS and not lint */
@@ -116,7 +116,7 @@ kvm_deadfiles(kd, op, arg, filehead_o, nfiles)
}
}
if (n != nfiles) {
- _kvm_err(kd, kd->program, "inconsistant nfiles");
+ _kvm_err(kd, kd->program, "inconsistent nfiles");
return (0);
}
return (nfiles);