diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2018-02-08 17:24:47 +0100 |
---|---|---|
committer | Stefan Hajnoczi <stefanha@redhat.com> | 2018-02-15 09:39:49 +0000 |
commit | d2f668b74907cbd96d9df0774971768ed06de2f0 (patch) | |
tree | dbbee41e09ea6e8719c0a0b94735aa16bdfbe50b | |
parent | b7728f32216f0a7a87bee2f4e009e68b00fd4fb5 (diff) | |
download | qemu-d2f668b74907cbd96d9df0774971768ed06de2f0.zip qemu-d2f668b74907cbd96d9df0774971768ed06de2f0.tar.gz qemu-d2f668b74907cbd96d9df0774971768ed06de2f0.tar.bz2 |
misc: fix spelling
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>
-rw-r--r-- | util/qemu-coroutine-lock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/qemu-coroutine-lock.c b/util/qemu-coroutine-lock.c index 78fb79a..5a80c10 100644 --- a/util/qemu-coroutine-lock.c +++ b/util/qemu-coroutine-lock.c @@ -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. |