mktables: Add comment
authorKarl Williamson <public@khwilliamson.com>
Tue, 27 Dec 2011 20:47:36 +0000 (13:47 -0700)
committerKarl Williamson <public@khwilliamson.com>
Fri, 30 Dec 2011 04:11:51 +0000 (21:11 -0700)
lib/unicore/mktables

index 3e478e4..69c71a7 100644 (file)
@@ -11362,7 +11362,7 @@ of those scripts.
 END
     ));
 
-    # Make the scx's tables and aliases for them the same as sc's
+    # Initialize scx's tables and the aliases for them to be the same as sc's
     foreach my $table ($script->tables) {
         my $scx_table = $scx->add_match_table($table->name,
                                 Full_Name => $table->full_name);