]> git.proxmox.com Git - qemu.git/commitdiff
Fix typo in comment (dieing -> dying)
authorStefan Weil <weil@mail.berlios.de>
Thu, 28 Apr 2011 15:20:32 +0000 (17:20 +0200)
committerStefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Sun, 8 May 2011 09:02:17 +0000 (10:02 +0100)
Signed-off-by: Stefan Weil <weil@mail.berlios.de>
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
linux-user/signal.c

index ce033e90b4281cba1aa79f05c6cc3eee3579015c..6fe086b4cd4d75f1f45b7e70409b0cf19944972f 100644 (file)
@@ -391,7 +391,7 @@ static void QEMU_NORETURN force_sig(int target_sig)
             target_sig, strsignal(host_sig), "core dumped" );
     }
 
-    /* The proper exit code for dieing from an uncaught signal is
+    /* The proper exit code for dying from an uncaught signal is
      * -<signal>.  The kernel doesn't allow exit() or _exit() to pass
      * a negative value.  To get the proper exit code we need to
      * actually die from an uncaught signal.  Here the default signal