summaryrefslogtreecommitdiff
path: root/generate_uudmap.c
diff options
context:
space:
mode:
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];