]> Git Repo - qemu.git/commitdiff
target: hax: fix errors in comment
authorLi Qiang <[email protected]>
Tue, 27 Nov 2018 10:00:12 +0000 (02:00 -0800)
committerLaurent Vivier <[email protected]>
Tue, 11 Dec 2018 17:28:47 +0000 (18:28 +0100)
Cc: [email protected]
Signed-off-by: Li Qiang <[email protected]>
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
Message-Id: <1543312812[email protected]>
Signed-off-by: Laurent Vivier <[email protected]>
target/i386/hax-all.c

index 502ce6f0afbc34c73b1b76796ab08c594ba7b5a5..b978a9b8217a64a58dc0423f28b175c973b2395c 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);
This page took 0.032306 seconds and 4 git commands to generate.