summaryrefslogtreecommitdiff
path: root/mg.c
diff options
context:
space:
mode:
authorJames Mastros <theorb@desert-island.me.uk>2009-06-06 20:46:21 +0100
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2009-06-27 16:41:00 +0200
commitfe13d51d6409065a0214793b416a2eb3fe209949 (patch)
treec03b23501d91904230b9c1f81bbd638271d46325 /mg.c
parent0e637710e635c1f42e13242e1ea416e9304090f6 (diff)
downloadperl-fe13d51d6409065a0214793b416a2eb3fe209949.tar.gz
Add test to make sure everything that outputs an exception or warning has a matching entry in perldiag (and fix it so that more of the existing ones do).
Diffstat (limited to 'mg.c')
-rw-r--r--mg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mg.c b/mg.c
index 05a5092b25..5cfa8cb920 100644
--- a/mg.c
+++ b/mg.c
@@ -1331,7 +1331,7 @@ Perl_csighandler(int sig)
#ifndef SIG_PENDING_DIE_COUNT
# define SIG_PENDING_DIE_COUNT 120
#endif
- /* And one to say _a_ signal is pending */
+ /* Add one to say _a_ signal is pending */
if (++PL_sig_pending >= SIG_PENDING_DIE_COUNT)
Perl_croak(aTHX_ "Maximal count of pending signals (%lu) exceeded",
(unsigned long)SIG_PENDING_DIE_COUNT);