Bläddra i källkod

Fix typo in comment (dieing -> dying)

Signed-off-by: Stefan Weil <weil@mail.berlios.de>
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Stefan Weil 14 år sedan
förälder
incheckning
0c58751c37
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      linux-user/signal.c

+ 1 - 1
linux-user/signal.c

@@ -391,7 +391,7 @@ static void QEMU_NORETURN force_sig(int target_sig)
             target_sig, strsignal(host_sig), "core dumped" );
             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
      * -<signal>.  The kernel doesn't allow exit() or _exit() to pass
      * a negative value.  To get the proper exit code we need to
      * a negative value.  To get the proper exit code we need to
      * actually die from an uncaught signal.  Here the default signal
      * actually die from an uncaught signal.  Here the default signal