diff options
author | Karl Williamson <khw@cpan.org> | 2014-12-09 20:51:34 -0700 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2014-12-11 11:28:29 -0700 |
commit | e87b2888910c8917d356d87ac24585020120d12c (patch) | |
tree | 9177f934b92d341cc01b6dc7cfd7dcfe8508a7e7 /generate_uudmap.c | |
parent | ba1a4362addff2138f20ec81beb513387b98d277 (diff) | |
download | perl-e87b2888910c8917d356d87ac24585020120d12c.tar.gz |
generate_uudmap.c: Clarify comment
Diffstat (limited to 'generate_uudmap.c')
-rw-r--r-- | generate_uudmap.c | 2 |
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]; |