From: Karl Williamson Date: Tue, 27 Dec 2011 20:47:36 +0000 (-0700) Subject: mktables: Add comment X-Git-Tag: accepted/trunk/20130322.191538~1454 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8d35804a03be88f650c32df4f1f1c894d561d995;p=platform%2Fupstream%2Fperl.git mktables: Add comment --- diff --git a/lib/unicore/mktables b/lib/unicore/mktables index 3e478e4..69c71a7 100644 --- a/lib/unicore/mktables +++ b/lib/unicore/mktables @@ -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);