This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
fix hv.h build breakage
[perl5.git] / generate_uudmap.c
index b6307c0..4c7d56c 100644 (file)
@@ -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];