提交 d2f668b7 编写于 作者: M Marc-André Lureau 提交者: Stefan Hajnoczi

misc: fix spelling

s/pupulate/populate
Signed-off-by: NMarc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: NPeter Maydell <peter.maydell@linaro.org>
Message-id: 20180208162447.10851-1-marcandre.lureau@redhat.com
Signed-off-by: NStefan Hajnoczi <stefanha@redhat.com>
上级 b7728f32
...@@ -89,7 +89,7 @@ void qemu_co_queue_run_restart(Coroutine *co) ...@@ -89,7 +89,7 @@ void qemu_co_queue_run_restart(Coroutine *co)
* invalid memory. Therefore, use a temporary queue and do not touch * invalid memory. Therefore, use a temporary queue and do not touch
* the "co" coroutine as soon as you enter another one. * the "co" coroutine as soon as you enter another one.
* *
* In its turn resumed "co" can pupulate "co_queue_wakeup" queue with * In its turn resumed "co" can populate "co_queue_wakeup" queue with
* new coroutines to be woken up. The caller, who has resumed "co", * new coroutines to be woken up. The caller, who has resumed "co",
* will be responsible for traversing the same queue, which may cause * will be responsible for traversing the same queue, which may cause
* a different wakeup order but not any missing wakeups. * a different wakeup order but not any missing wakeups.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册