aboutsummaryrefslogtreecommitdiff
path: root/target/i386
diff options
context:
space:
mode:
authorLi Qiang <liq3ea@gmail.com>2018-11-27 02:00:12 -0800
committerLaurent Vivier <laurent@vivier.eu>2018-12-11 18:28:47 +0100
commit1d4f78e93ac03e7d8ac845822b2c5ad87e77e2d2 (patch)
tree6a20cd5315a79ad01ea00a00c18c16b45d669843 /target/i386
parent0d8ea8f16453396da80dae4445a67fb2c7879016 (diff)
target: hax: fix errors in comment
Cc: qemu-trivial@nongnu.org Signed-off-by: Li Qiang <liq3ea@gmail.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Message-Id: <1543312812-2929-1-git-send-email-liq3ea@gmail.com> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to 'target/i386')
-rw-r--r--target/i386/hax-all.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/i386/hax-all.c b/target/i386/hax-all.c
index 502ce6f0af..b978a9b821 100644
--- a/target/i386/hax-all.c
+++ b/target/i386/hax-all.c
@@ -205,7 +205,7 @@ int hax_vcpu_destroy(CPUState *cpu)
}
/*
- * 1. The hax_tunnel is also destroied when vcpu destroy
+ * 1. The hax_tunnel is also destroyed when vcpu is destroyed
* 2. close fd will cause hax module vcpu be cleaned
*/
hax_close_fd(vcpu->fd);