]> git.proxmox.com Git - mirror_qemu.git/blobdiff - coroutine-sigaltstack.c
fix some common typos
[mirror_qemu.git] / coroutine-sigaltstack.c
index 7ff2d3379e5dfab4c2f38e1c26d398588fac25dc..7fa2e8554032b860c8c9a4fb3f8bcb290d03e507 100644 (file)
@@ -257,7 +257,7 @@ static Coroutine *coroutine_new(void)
     /*
      * Now enter the trampoline again, but this time not as a signal
      * handler. Instead we jump into it directly. The functionally
-     * redundant ping-pong pointer arithmentic is neccessary to avoid
+     * redundant ping-pong pointer arithmetic is necessary to avoid
      * type-conversion warnings related to the `volatile' qualifier and
      * the fact that `jmp_buf' usually is an array type.
      */