[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH 09/24] Fix typo in comment (dieing -> dying)
From: |
Stefan Hajnoczi |
Subject: |
[Qemu-devel] [PATCH 09/24] Fix typo in comment (dieing -> dying) |
Date: |
Sun, 8 May 2011 17:05:04 +0100 |
From: Stefan Weil <address@hidden>
Signed-off-by: Stefan Weil <address@hidden>
Signed-off-by: Stefan Hajnoczi <address@hidden>
---
linux-user/signal.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/linux-user/signal.c b/linux-user/signal.c
index ce033e9..6fe086b 100644
--- a/linux-user/signal.c
+++ b/linux-user/signal.c
@@ -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
--
1.7.4.4
- [Qemu-devel] [PULL] Trivial patches for April 26 to May 8 2011, Stefan Hajnoczi, 2011/05/08
- [Qemu-devel] [PATCH 04/24] Fix typos in comments (accessable -> accessible, priveleged -> privileged), Stefan Hajnoczi, 2011/05/08
- [Qemu-devel] [PATCH 05/24] Fix typo in comment (colum -> column), Stefan Hajnoczi, 2011/05/08
- [Qemu-devel] [PATCH 07/24] Fix typo in comment (embeded -> embedded), Stefan Hajnoczi, 2011/05/08
- [Qemu-devel] [PATCH 08/24] Fix typo in comment (consistant -> consistent), Stefan Hajnoczi, 2011/05/08
- [Qemu-devel] [PATCH 03/24] Fix typos in comments (accross -> across), Stefan Hajnoczi, 2011/05/08
- [Qemu-devel] [PATCH 14/24] Fix typos in comments (neccessary -> necessary), Stefan Hajnoczi, 2011/05/08
- [Qemu-devel] [PATCH 09/24] Fix typo in comment (dieing -> dying),
Stefan Hajnoczi <=
- [Qemu-devel] [PATCH 11/24] Fix typos in comments (existance -> existence), Stefan Hajnoczi, 2011/05/08
- [Qemu-devel] [PATCH 20/24] ac97: Remove unused local variables, Stefan Hajnoczi, 2011/05/08
- [Qemu-devel] [PATCH 06/24] Fix typo in comment (auxilliary -> auxiliary), Stefan Hajnoczi, 2011/05/08
- [Qemu-devel] [PATCH 15/24] Fix typos in comments and code (occured -> occurred and related), Stefan Hajnoczi, 2011/05/08
- [Qemu-devel] [PATCH 17/24] Fix typo in comment (responsiblity -> responsibility), Stefan Hajnoczi, 2011/05/08
- [Qemu-devel] [PATCH 19/24] Fix typos in comment (threshhold -> threshold, mapp -> map), Stefan Hajnoczi, 2011/05/08
- [Qemu-devel] [PATCH 21/24] Fix spelling in comments (intruction -> instruction), Stefan Hajnoczi, 2011/05/08
- [Qemu-devel] [PATCH 12/24] Fix typos in comments (interupt -> interrupt), Stefan Hajnoczi, 2011/05/08
- [Qemu-devel] [PATCH 18/24] Fix typo in comment (truely -> truly), Stefan Hajnoczi, 2011/05/08
- [Qemu-devel] [PATCH 13/24] Fix typos in comments (instanciation -> instantiation), Stefan Hajnoczi, 2011/05/08