mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
migration/: fix some comment spelling errors
I found that there are many spelling errors in the comments of qemu, so I used the spellcheck tool to check the spelling errors and finally found some spelling errors in the migration folder. Signed-off-by: zhaolichang <zhaolichang@huawei.com> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Message-Id: <20200917075029.313-3-zhaolichang@huawei.com> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
This commit is contained in:
parent
e3a6e0daf4
commit
3a4452d896
8 changed files with 18 additions and 18 deletions
|
@ -632,7 +632,7 @@ out:
|
|||
/*
|
||||
* It is safe to unregister notifier after failover finished.
|
||||
* Besides, colo_delay_timer and colo_checkpoint_sem can't be
|
||||
* released befor unregister notifier, or there will be use-after-free
|
||||
* released before unregister notifier, or there will be use-after-free
|
||||
* error.
|
||||
*/
|
||||
colo_compare_unregister_notifier(&packets_compare_notifier);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue