diff options
author | 2017-02-20 07:22:50 +0000 | |
---|---|---|
committer | 2017-02-20 07:22:50 +0000 | |
commit | c3f15017711c8b0b9ceb97508ce02a05b58f7256 (patch) | |
tree | 9bf89acf98fde8bc0ecedce9fe8a1a0f94c8f591 | |
parent | SVM: fix wrong treatment of MSRs, especially EFER. (diff) | |
download | wireguard-openbsd-c3f15017711c8b0b9ceb97508ce02a05b58f7256.tar.xz wireguard-openbsd-c3f15017711c8b0b9ceb97508ce02a05b58f7256.zip |
typo in comment
-rw-r--r-- | sys/arch/amd64/amd64/vmm.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/amd64/amd64/vmm.c b/sys/arch/amd64/amd64/vmm.c index 835caf3a734..cad7f1eac77 100644 --- a/sys/arch/amd64/amd64/vmm.c +++ b/sys/arch/amd64/amd64/vmm.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vmm.c,v 1.113 2017/02/20 07:21:47 mlarkin Exp $ */ +/* $OpenBSD: vmm.c,v 1.114 2017/02/20 07:22:50 mlarkin Exp $ */ /* * Copyright (c) 2014 Mike Larkin <mlarkin@openbsd.org> * @@ -3346,7 +3346,7 @@ vcpu_must_stop(struct vcpu *vcpu) /* * vcpu_run_vmx * - * VMM main loop used to run a VCPU. + * VMX main loop used to run a VCPU. * * Parameters: * vcpu: The VCPU to run |