summaryrefslogtreecommitdiff
path: root/config_h.SH
diff options
context:
space:
mode:
authorH.Merijn Brand <h.m.brand@xs4all.nl>2013-05-08 16:16:35 +0200
committerRicardo Signes <rjbs@cpan.org>2013-05-09 11:20:41 -0400
commit1332606d830a2c7e409722fe6d6e230b9d755db6 (patch)
treeaf6467b0d63f2c45e4464162820a6ada90988674 /config_h.SH
parent9a5c46146d935367e11adc26f66953ee0f87ef6e (diff)
downloadperl-1332606d830a2c7e409722fe6d6e230b9d755db6.tar.gz
Spell-checking on meta-units
Tried to be as consistent as possible. Removed all trailing whitespace of changed files. Resyncs Glossary from previously missed updates.
Diffstat (limited to 'config_h.SH')
-rwxr-xr-xconfig_h.SH10
1 files changed, 6 insertions, 4 deletions
diff --git a/config_h.SH b/config_h.SH
index 842f13e0be..63f9e07ab1 100755
--- a/config_h.SH
+++ b/config_h.SH
@@ -2708,12 +2708,14 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un
#define DOUBLESIZE $doublesize /**/
/* EBCDIC:
- * This symbol, if defined, indicates that this system uses
+ * This symbol, if defined, indicates that this system uses
* EBCDIC encoding.
*/
/* BOOTSTRAP_CHARSET:
- * This symbol, if defined, indicates that this system uses
- * BOOTSTRAP_CHARSET
+ * This symbol, if defined, indicates that this system needs
+ * converting various files to the native character set before
+ * bringing up perl on a system that has a non-ASCII character
+ * set and no working perl.
*/
#$ebcdic EBCDIC /**/
#$bootstrap_charset BOOTSTRAP_CHARSET /**/
@@ -3753,7 +3755,7 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un
#$d_int64_t HAS_INT64_T /**/
/* HAS_ISBLANK:
- * This manifest constant lets the C program know that isblank
+ * This manifest constant lets the C program know that isblank
* is available.
*/
#$d_isblank HAS_ISBLANK /**/