summary refs log tree commit diff stats
path: root/coroutine-sigaltstack.c
diff options
context:
space:
mode:
authorAnthony Liguori <aliguori@us.ibm.com>2012-05-14 10:06:50 -0500
committerAnthony Liguori <aliguori@us.ibm.com>2012-05-14 10:06:50 -0500
commit82ac96a72b860f6a4f125edd12f85cb21b3d66bf (patch)
treed0df62dba6fa89870cb1cbafdc412ba2c0b81446 /coroutine-sigaltstack.c
parent90ca64a970b1d10352df3b2c68099341e900abe9 (diff)
parentb65ee4fa29ebfffb96a3ea983c97a664d30efd3f (diff)
downloadfocaccia-qemu-82ac96a72b860f6a4f125edd12f85cb21b3d66bf.tar.gz
focaccia-qemu-82ac96a72b860f6a4f125edd12f85cb21b3d66bf.zip
Merge remote-tracking branch 'sweil/for-1.1' into staging
* sweil/for-1.1:
  qemu-doc: Use QEMU instead of qemu for product name
  qemu-doc: Fix executable name in examples
  qemu-doc: Add missing parameter in description of -D option
  configure: Use QEMU instead of Qemu
  fix some common typos
  qemu-timer: Fix wrong error message
Diffstat (limited to 'coroutine-sigaltstack.c')
-rw-r--r--coroutine-sigaltstack.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/coroutine-sigaltstack.c b/coroutine-sigaltstack.c
index 7ff2d3379e..7fa2e85540 100644
--- a/coroutine-sigaltstack.c
+++ b/coroutine-sigaltstack.c
@@ -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.
      */