From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50756) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gRDf0-0004zQ-K8 for qemu-devel@nongnu.org; Mon, 26 Nov 2018 04:58:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gRDev-0000t9-50 for qemu-devel@nongnu.org; Mon, 26 Nov 2018 04:58:34 -0500 From: Li Qiang Date: Mon, 26 Nov 2018 01:58:23 -0800 Message-Id: <1543226303-5260-1-git-send-email-liq3ea@gmail.com> Subject: [Qemu-devel] [PATCH] target: hax: fix a typo List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: pbonzini@redhat.com, rth@twiddle.net, ehabkost@redhat.com, laurent@vivier.eu Cc: qemu-devel@nongnu.org, qemu-trivial@nongnu.org, Li Qiang Cc: qemu-trivial@nongnu.org Signed-off-by: Li Qiang --- target/i386/hax-all.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/i386/hax-all.c b/target/i386/hax-all.c index 502ce6f0af..464744a406 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 destroy * 2. close fd will cause hax module vcpu be cleaned */ hax_close_fd(vcpu->fd); -- 2.11.0