summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorMike Larkin <mlarkin@cvs.openbsd.org>2017-05-28 20:20:01 +0000
committerMike Larkin <mlarkin@cvs.openbsd.org>2017-05-28 20:20:01 +0000
commit9348bc9ed94866f2b57a1cd7487946dc7307e733 (patch)
treeaac3668174b878d98bb2451901294a7e5763c891 /sys/arch
parentd01eff9e68dfab920fbd80b4e31770adcb0a8912 (diff)
typo in comment
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/amd64/amd64/vmm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/amd64/amd64/vmm.c b/sys/arch/amd64/amd64/vmm.c
index 6b947de0985..0ad7e4c29e0 100644
--- a/sys/arch/amd64/amd64/vmm.c
+++ b/sys/arch/amd64/amd64/vmm.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: vmm.c,v 1.144 2017/05/27 02:27:48 mlarkin Exp $ */
+/* $OpenBSD: vmm.c,v 1.145 2017/05/28 20:20:00 mlarkin Exp $ */
/*
* Copyright (c) 2014 Mike Larkin <mlarkin@openbsd.org>
*
@@ -925,7 +925,7 @@ stop_vmm_on_cpu(struct cpu_info *ci)
}
/*
- * vm_create_check_mem_ranges:
+ * vm_create_check_mem_ranges
*
* Make sure that the guest physical memory ranges given by the user process
* do not overlap and are in ascending order.