diff options
author | Stefan Weil | 2015-04-09 20:32:39 +0200 |
---|---|---|
committer | Michael Tokarev | 2015-04-30 15:05:48 +0200 |
commit | 631b22ea206300f09b9d1bb9249169e0f0092639 (patch) | |
tree | 553f7812616182e77747de094d69a89ff46ee985 /hw/misc/edu.c | |
parent | hw/display : remove 'struct' from 'typedef QXL struct' (diff) | |
download | qemu-631b22ea206300f09b9d1bb9249169e0f0092639.tar.gz qemu-631b22ea206300f09b9d1bb9249169e0f0092639.tar.xz qemu-631b22ea206300f09b9d1bb9249169e0f0092639.zip |
misc: Fix new collection of typos
All of them were reported by codespell.
Most typos are in comments, one is in an error message.
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'hw/misc/edu.c')
-rw-r--r-- | hw/misc/edu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/misc/edu.c b/hw/misc/edu.c index f601069e82..fe50b42af7 100644 --- a/hw/misc/edu.c +++ b/hw/misc/edu.c @@ -279,7 +279,7 @@ static const MemoryRegionOps edu_mmio_ops = { }; /* - * We purposedly use a thread, so that users are forced to wait for the status + * We purposely use a thread, so that users are forced to wait for the status * register. */ static void *edu_fact_thread(void *opaque) |