From 8d35804a03be88f650c32df4f1f1c894d561d995 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Tue, 27 Dec 2011 13:47:36 -0700 Subject: [PATCH] mktables: Add comment --- lib/unicore/mktables | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.7.4