From d562f0b2a922fdbe95494792d96fb9596f76ceda Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Tue, 21 Oct 2003 21:56:20 +0200 Subject: Amend a comment for clarity. --- invalid.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'invalid.c') diff --git a/invalid.c b/invalid.c index 45ec4ca5d..8b69ea336 100644 --- a/invalid.c +++ b/invalid.c @@ -36,7 +36,8 @@ MA 02111-1307, USA. */ #include "gmp-impl.h" -/* kill is not available on mingw, but that's ok since it has raise */ +/* Incidentally, kill is not available on mingw, but that's ok, it has raise + and we'll be using that. */ #if ! HAVE_RAISE #define raise(sig) kill (getpid(), sig) #endif -- cgit v1.2.1