diff options
author | 2015-02-09 22:23:47 +0000 | |
---|---|---|
committer | 2015-02-09 22:23:47 +0000 | |
commit | 4da2d91aa338ee19d3213ed7d8576f3cf4588088 (patch) | |
tree | 479a12a7d4841f15d053a49c16600881acbe568f /lib/libkvm/kvm_mips64.c | |
parent | Whitespace. (diff) | |
download | wireguard-openbsd-4da2d91aa338ee19d3213ed7d8576f3cf4588088.tar.xz wireguard-openbsd-4da2d91aa338ee19d3213ed7d8576f3cf4588088.zip |
typo
Diffstat (limited to 'lib/libkvm/kvm_mips64.c')
-rw-r--r-- | lib/libkvm/kvm_mips64.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libkvm/kvm_mips64.c b/lib/libkvm/kvm_mips64.c index 80a233427e3..77434358ca5 100644 --- a/lib/libkvm/kvm_mips64.c +++ b/lib/libkvm/kvm_mips64.c @@ -1,4 +1,4 @@ -/* $OpenBSD: kvm_mips64.c,v 1.14 2014/07/11 07:38:05 deraadt Exp $ */ +/* $OpenBSD: kvm_mips64.c,v 1.15 2015/02/09 22:23:47 miod Exp $ */ /* $NetBSD: kvm_mips.c,v 1.3 1996/03/18 22:33:44 thorpej Exp $ */ /*- @@ -120,7 +120,7 @@ _kvm_initvtop(kvm_t *kd) /* * Older kernels might not have this symbol; in which case - * we use the value of VM_MIN_KERNE_ADDRESS they must have. + * we use the value of VM_MIN_KERNEL_ADDRESS they must have. */ nl[0].n_name = "Sysmapbase"; |