diff options
author | Howard Zhang <howard.zhang@arm.com> | 2021-03-25 17:14:38 +0800 |
---|---|---|
committer | Howard Zhang <howard.zhang@arm.com> | 2021-03-25 17:39:45 +0800 |
commit | 253f180c691e762ea94291f9a24eb532bf6d1ee7 (patch) | |
tree | 42e251e41e3de7dc76074f276baf44aeb6ce3aed /pkg/sentry | |
parent | a01fc7108f68b6e5098f97f837f7f7b91edf91df (diff) |
Fix comments error
Signed-off-by: Howard Zhang <howard.zhang@arm.com>
Diffstat (limited to 'pkg/sentry')
-rw-r--r-- | pkg/sentry/platform/kvm/machine.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/sentry/platform/kvm/machine.go b/pkg/sentry/platform/kvm/machine.go index 0e4cf01e1..5d586f257 100644 --- a/pkg/sentry/platform/kvm/machine.go +++ b/pkg/sentry/platform/kvm/machine.go @@ -436,7 +436,7 @@ func (m *machine) Get() *vCPU { } // The vCPU is not be able to transition to - // vCPUGuest|vCPUUser or to vCPUUser because that + // vCPUGuest|vCPUWaiter or to vCPUUser because that // transition requires holding the machine mutex, as we // do now. There is no path to register a waiter on // just the vCPUReady state. |