From: Li Qiang Date: Tue, 27 Nov 2018 10:00:12 +0000 (-0800) Subject: target: hax: fix errors in comment X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=1d4f78e93ac03e7d8ac845822b2c5ad87e77e2d2;p=qmiga%2Fqemu.git target: hax: fix errors in comment Cc: qemu-trivial@nongnu.org Signed-off-by: Li Qiang Reviewed-by: Philippe Mathieu-Daudé Message-Id: <1543312812-2929-1-git-send-email-liq3ea@gmail.com> Signed-off-by: Laurent Vivier --- 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);