summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Larkin <mlarkin@cvs.openbsd.org>2021-02-13 07:55:39 +0000
committerMike Larkin <mlarkin@cvs.openbsd.org>2021-02-13 07:55:39 +0000
commit328484adb3a15540ab46021ad9c5988a720d458e (patch)
tree510703b449efe620ead4ed982299d4b0401160ae
parentf926c1ce4efe9ac7a92e20ae17f53f54e5f7e214 (diff)
Fix a comment
-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 a0e0db66cac..72104b78c73 100644
--- a/sys/arch/amd64/amd64/vmm.c
+++ b/sys/arch/amd64/amd64/vmm.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: vmm.c,v 1.276 2021/01/23 22:56:35 mlarkin Exp $ */
+/* $OpenBSD: vmm.c,v 1.277 2021/02/13 07:55:38 mlarkin Exp $ */
/*
* Copyright (c) 2014 Mike Larkin <mlarkin@openbsd.org>
*
@@ -6151,7 +6151,7 @@ vmx_handle_cr(struct vcpu *vcpu)
/*
* Bits 5:4 indicate the direction of operation (or special CR-modifying
- * instruction
+ * instruction)
*/
dir = (exit_qual & 0x30) >> 4;