diff options
author | 2002-11-29 20:15:43 +0000 | |
---|---|---|
committer | 2002-11-29 20:15:43 +0000 | |
commit | 386a7077f0008350c6be2a37a681f43f170e5ab7 (patch) | |
tree | a2a2653a716b19edf5c5e55620bb4969912c6915 /lib/libkvm/kvm_file.c | |
parent | riduculous spelling; torh@bogus.net (diff) | |
download | wireguard-openbsd-386a7077f0008350c6be2a37a681f43f170e5ab7.tar.xz wireguard-openbsd-386a7077f0008350c6be2a37a681f43f170e5ab7.zip |
inconsistant spelling; torh@bogus.net
Diffstat (limited to 'lib/libkvm/kvm_file.c')
-rw-r--r-- | lib/libkvm/kvm_file.c | 6 |
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); |