]> git.proxmox.com Git - qemu.git/blobdiff - main-loop.h
fix spelling in main directory
[qemu.git] / main-loop.h
index 8a716b133faf2498eb4e8cad7f5f41d31005127e..876092dd158349b433f79aa828dd36da809a5d79 100644 (file)
@@ -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