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>
master
Li Qiang 2018-11-27 02:00:12 -08:00 committed by Laurent Vivier
parent 0d8ea8f164
commit 1d4f78e93a
1 changed files with 1 additions and 1 deletions

View 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);