mktables: Fix comment
authorKarl Williamson <public@khwilliamson.com>
Fri, 1 Jul 2011 15:47:35 +0000 (09:47 -0600)
committerKarl Williamson <public@khwilliamson.com>
Sun, 3 Jul 2011 20:05:49 +0000 (14:05 -0600)
lib/unicore/mktables

index 33be558..f1bf7c2 100644 (file)
@@ -12255,7 +12255,7 @@ sub register_file_for_name($$$) {
 
     my $table = shift;
     my $directory_ref = shift;   # Array of the directory path for the file
-    my $file = shift;            # The file name in the final directory, [-1].
+    my $file = shift;            # The file name in the final directory.
     Carp::carp_extra_args(\@_) if main::DEBUG && @_;
 
     trace "table=$table, file=$file, directory=@$directory_ref" if main::DEBUG && $to_trace;