diff options
author | Karl Williamson <public@khwilliamson.com> | 2011-07-01 09:47:35 -0600 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2011-07-03 14:05:49 -0600 |
commit | e6ebc4c0bf6b8c6952cbbfb60fba907966cd7632 (patch) | |
tree | d3069485018a3acfd11b41a6cb477346ac92abf2 /lib/unicore | |
parent | a6517ebfb58d661124e8ecb0a759cba9ba607e76 (diff) | |
download | perl-e6ebc4c0bf6b8c6952cbbfb60fba907966cd7632.tar.gz |
mktables: Fix comment
Diffstat (limited to 'lib/unicore')
-rw-r--r-- | lib/unicore/mktables | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/unicore/mktables b/lib/unicore/mktables index 33be558565..f1bf7c2e6c 100644 --- a/lib/unicore/mktables +++ b/lib/unicore/mktables @@ -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; |