diff options
author | Dong Xu Wang <wdongxu@linux.vnet.ibm.com> | 2011-11-22 18:06:26 +0800 |
---|---|---|
committer | Stefan Hajnoczi <stefanha@linux.vnet.ibm.com> | 2011-12-02 10:50:57 +0000 |
commit | 07f35073c6d6d1b2f42a6b3671b8af2f271986b9 (patch) | |
tree | 9d54071355921cab2784203947f6a7734ef135bc /main-loop.h | |
parent | 9b2260cbd52c93335dd0a3a79a8c7dd4665a1dea (diff) |
fix spelling in main 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 'main-loop.h')
-rw-r--r-- | main-loop.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main-loop.h b/main-loop.h index 8a716b133f..876092dd15 100644 --- a/main-loop.h +++ b/main-loop.h @@ -111,7 +111,7 @@ typedef int PollingFunc(void *opaque); * qemu_add_wait_object. * * Polling callbacks really have nothing Windows specific in them, but - * as they are a hack and are currenly not necessary under POSIX systems, + * as they are a hack and are currently not necessary under POSIX systems, * they are only available when QEMU is running under Windows. * * @func: The function that does the polling, and returns 1 to force |