diff options
author | 2020-02-08 11:58:39 +0000 | |
---|---|---|
committer | 2020-02-08 11:58:39 +0000 | |
commit | 67abe4638c75f6f1dffb1662aeeecdc7035bf141 (patch) | |
tree | 33f7baf529fb56f51e1731809164c4e2da4bd014 | |
parent | correct history ac was in v5 (diff) | |
download | wireguard-openbsd-67abe4638c75f6f1dffb1662aeeecdc7035bf141.tar.xz wireguard-openbsd-67abe4638c75f6f1dffb1662aeeecdc7035bf141.zip |
remove erroneous line in comment for vm_get_info()
from mlarkin
-rw-r--r-- | sys/arch/amd64/amd64/vmm.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/amd64/amd64/vmm.c b/sys/arch/amd64/amd64/vmm.c index 659e2931f83..9d5c3326f19 100644 --- a/sys/arch/amd64/amd64/vmm.c +++ b/sys/arch/amd64/amd64/vmm.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vmm.c,v 1.258 2020/01/31 01:51:27 mlarkin Exp $ */ +/* $OpenBSD: vmm.c,v 1.259 2020/02/08 11:58:39 jasper Exp $ */ /* * Copyright (c) 2014 Mike Larkin <mlarkin@openbsd.org> * @@ -3665,7 +3665,6 @@ vcpu_vmx_compute_ctrl(uint64_t ctrlval, uint16_t ctrl, uint32_t want1, /* * vm_get_info * - * Returns information about the VM indicated by 'vip'. * Returns information about the VM indicated by 'vip'. The 'vip_size' field * in the 'vip' parameter is used to indicate the size of the caller's buffer. * If insufficient space exists in that buffer, the required size needed is |