diff options
author | Dong Xu Wang | 2011-11-29 09:52:39 +0100 |
---|---|---|
committer | Stefan Hajnoczi | 2011-12-06 10:56:41 +0100 |
commit | 66a0a2cb81fb9d0e4e372a21cb62c1d0d877b112 (patch) | |
tree | ca94e118ff09a096aed511e5859eb8f5ecaf3844 /hw/9pfs/virtio-9p-coth.h | |
parent | fix typo: delete redundant semicolon (diff) | |
download | qemu-66a0a2cb81fb9d0e4e372a21cb62c1d0d877b112.tar.gz qemu-66a0a2cb81fb9d0e4e372a21cb62c1d0d877b112.tar.xz qemu-66a0a2cb81fb9d0e4e372a21cb62c1d0d877b112.zip |
fix spelling in hw sub directory
Correct obvious spelling errors in qemu/hw directory.
Signed-off-by: Dong Xu Wang <wdongxu@linux.vnet.ibm.com>
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Diffstat (limited to 'hw/9pfs/virtio-9p-coth.h')
-rw-r--r-- | hw/9pfs/virtio-9p-coth.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/9pfs/virtio-9p-coth.h b/hw/9pfs/virtio-9p-coth.h index c4b74b0221..c31c96578b 100644 --- a/hw/9pfs/virtio-9p-coth.h +++ b/hw/9pfs/virtio-9p-coth.h @@ -44,7 +44,7 @@ typedef struct V9fsThPool { qemu_coroutine_self()); \ qemu_bh_schedule(co_bh); \ /* \ - * yeild in qemu thread and re-enter back \ + * yield in qemu thread and re-enter back \ * in glib worker thread \ */ \ qemu_coroutine_yield(); \ |