typo in comment
authormlarkin <mlarkin@openbsd.org>
Sun, 28 May 2017 20:20:00 +0000 (20:20 +0000)
committermlarkin <mlarkin@openbsd.org>
Sun, 28 May 2017 20:20:00 +0000 (20:20 +0000)
sys/arch/amd64/amd64/vmm.c

index 6b947de..0ad7e4c 100644 (file)
@@ -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.