summaryrefslogtreecommitdiff
path: root/config_h.SH
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2003-03-18 06:56:26 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2003-03-18 06:56:26 +0000
commit4492b098a8517fe1f73eca32139095ceb008ac02 (patch)
tree1a430526588c4eb6f9c9297a09b22dd83591e229 /config_h.SH
parent921106c83a96a1e3c3529657fd119ae4e7808b60 (diff)
downloadperl-4492b098a8517fe1f73eca32139095ceb008ac02.tar.gz
The description of SIG_SIZE was off.
p4raw-id: //depot/perl@19021
Diffstat (limited to 'config_h.SH')
-rw-r--r--config_h.SH4
1 files changed, 2 insertions, 2 deletions
diff --git a/config_h.SH b/config_h.SH
index 7ac00df0f4..d731579667 100644
--- a/config_h.SH
+++ b/config_h.SH
@@ -2234,8 +2234,8 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un
* not from sig_num (which is unused).
*/
/* SIG_SIZE:
- * This variable contains the number of elements of the sig_name
- * and sig_num arrays, excluding the final NULL entry.
+ * This variable contains the number of elements of the SIG_NAME
+ * and SIG_NUM arrays, excluding the final NULL entry.
*/
#define SIG_NAME $sig_name_init /**/
#define SIG_NUM $sig_num_init /**/