summaryrefslogtreecommitdiffstats
path: root/lib/libkvm
diff options
context:
space:
mode:
authorkettenis <kettenis@openbsd.org>2020-06-28 09:45:12 +0000
committerkettenis <kettenis@openbsd.org>2020-06-28 09:45:12 +0000
commitfd50b86ca8491de5f368df61366db1f66ed252ab (patch)
tree8923ba560dc9e2b6acad2e72e07db0197ecd87e2 /lib/libkvm
parentAdd MID_POWERPC64. These identifiers are only used for kernel core dumps (diff)
downloadwireguard-openbsd-fd50b86ca8491de5f368df61366db1f66ed252ab.tar.xz
wireguard-openbsd-fd50b86ca8491de5f368df61366db1f66ed252ab.zip
Fix grammar in comment.
Diffstat (limited to 'lib/libkvm')
-rw-r--r--lib/libkvm/kvm_sh.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libkvm/kvm_sh.c b/lib/libkvm/kvm_sh.c
index e24fe0752d0..e4a72c7b7bc 100644
--- a/lib/libkvm/kvm_sh.c
+++ b/lib/libkvm/kvm_sh.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: kvm_sh.c,v 1.6 2013/03/28 16:27:31 deraadt Exp $ */
+/* $OpenBSD: kvm_sh.c,v 1.7 2020/06/28 09:45:12 kettenis Exp $ */
/*
* Copyright (c) 2007 Miodrag Vallat.
@@ -49,7 +49,7 @@ _kvm_initvtop(kvm_t *kd)
/*
* Translate a kernel virtual address to a physical address by walking
- * the kernels page table.
+ * the kernel page tables.
*/
/* Stolen from sys/arch/sh/include/pmap.h we can't really include */