summaryrefslogtreecommitdiffstats
path: root/lib/libkvm/kvm.c
diff options
context:
space:
mode:
authortodd <todd@openbsd.org>2001-01-04 21:49:38 +0000
committertodd <todd@openbsd.org>2001-01-04 21:49:38 +0000
commit8a344d778c9123f333842da35d5912948ed5cd37 (patch)
treea9ac9a38487fabcfcf98d0b8f264a9e78ce35c4f /lib/libkvm/kvm.c
parentgrammer/spelling (diff)
downloadwireguard-openbsd-8a344d778c9123f333842da35d5912948ed5cd37.tar.xz
wireguard-openbsd-8a344d778c9123f333842da35d5912948ed5cd37.zip
spelling
Diffstat (limited to 'lib/libkvm/kvm.c')
-rw-r--r--lib/libkvm/kvm.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libkvm/kvm.c b/lib/libkvm/kvm.c
index caf253b8b0d..a81c27c5752 100644
--- a/lib/libkvm/kvm.c
+++ b/lib/libkvm/kvm.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: kvm.c,v 1.19 2000/10/25 23:37:38 deraadt Exp $ */
+/* $OpenBSD: kvm.c,v 1.20 2001/01/04 21:51:04 todd Exp $ */
/* $NetBSD: kvm.c,v 1.43 1996/05/05 04:31:59 gwr Exp $ */
/*-
@@ -42,7 +42,7 @@
#if 0
static char sccsid[] = "@(#)kvm.c 8.2 (Berkeley) 2/13/94";
#else
-static char *rcsid = "$OpenBSD: kvm.c,v 1.19 2000/10/25 23:37:38 deraadt Exp $";
+static char *rcsid = "$OpenBSD: kvm.c,v 1.20 2001/01/04 21:51:04 todd Exp $";
#endif
#endif /* LIBC_SCCS and not lint */
@@ -301,7 +301,7 @@ _kvm_open(kd, uf, mf, sf, flag, errout)
} else {
/*
* This is a crash dump.
- * Initalize the virtual address translation machinery,
+ * Initialize the virtual address translation machinery,
* but first setup the namelist fd.
* If no file is specified, try opening _PATH_KSYMS and
* fall back to _PATH_UNIX.