OSDN Git Service

target: hax: fix errors in comment
authorLi Qiang <liq3ea@gmail.com>
Tue, 27 Nov 2018 10:00:12 +0000 (02:00 -0800)
committerLaurent Vivier <laurent@vivier.eu>
Tue, 11 Dec 2018 17:28:47 +0000 (18:28 +0100)
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>
target/i386/hax-all.c

index 502ce6f..b978a9b 100644 (file)
@@ -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);