Skip to content

Commit

Permalink
misc: fix spelling
Browse files Browse the repository at this point in the history
s/pupulate/populate

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 20180208162447.10851-1-marcandre.lureau@redhat.com
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
  • Loading branch information
elmarco authored and stefanhaRH committed Feb 15, 2018
1 parent b7728f3 commit d2f668b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/qemu-coroutine-lock.c
Expand Up @@ -89,7 +89,7 @@ void qemu_co_queue_run_restart(Coroutine *co)
* invalid memory. Therefore, use a temporary queue and do not touch
* 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",
* will be responsible for traversing the same queue, which may cause
* a different wakeup order but not any missing wakeups.
Expand Down

0 comments on commit d2f668b

Please sign in to comment.