summaryrefslogtreecommitdiff
path: root/generate_uudmap.c
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2014-12-09 20:51:34 -0700
committerKarl Williamson <khw@cpan.org>2014-12-11 11:28:29 -0700
commite87b2888910c8917d356d87ac24585020120d12c (patch)
tree9177f934b92d341cc01b6dc7cfd7dcfe8508a7e7 /generate_uudmap.c
parentba1a4362addff2138f20ec81beb513387b98d277 (diff)
downloadperl-e87b2888910c8917d356d87ac24585020120d12c.tar.gz
generate_uudmap.c: Clarify comment
Diffstat (limited to 'generate_uudmap.c')
-rw-r--r--generate_uudmap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generate_uudmap.c b/generate_uudmap.c
index b6307c09cf..4c7d56c6d4 100644
--- a/generate_uudmap.c
+++ b/generate_uudmap.c
@@ -99,7 +99,7 @@ static const char PL_uuemap[]
typedef unsigned char U8;
-/* This will ensure it is all zeros. */
+/* This will ensure it is initialized to all zeros. */
static char PL_uudmap[256];
static char PL_bitcount[256];