diff options
author | Karl Williamson <public@khwilliamson.com> | 2013-03-24 17:59:59 -0600 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2013-05-20 08:59:13 -0600 |
commit | 7e017d6d5751c3a3d5efbfdd64b292ad2cdefa14 (patch) | |
tree | 09b8a0d9be15f9d56df03c8c9ba1b96d59397a19 /lib/unicore | |
parent | ed47657b3780d1134a2c7d55ab3a81adaeea86c2 (diff) | |
download | perl-7e017d6d5751c3a3d5efbfdd64b292ad2cdefa14.tar.gz |
mktables: Fix typos in comments
One of these fixes is for where a real CTRL-X was specified, instead of
$^X
Diffstat (limited to 'lib/unicore')
-rw-r--r-- | lib/unicore/mktables | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/unicore/mktables b/lib/unicore/mktables index 808760d002..76d4c684b7 100644 --- a/lib/unicore/mktables +++ b/lib/unicore/mktables @@ -1638,7 +1638,7 @@ sub populate_char_info ($) { ## This 'require' doesn't necessarily work in miniperl, and even if it does, ## the native perl version of it (which is what would operate under miniperl) ## is extremely slow, as it does a string eval every call. -#my $has_fast_scalar_util = $ !~ /miniperl/ +#my $has_fast_scalar_util = $^X !~ /miniperl/ # && defined eval "require Scalar::Util"; # #sub objaddr($) { @@ -9859,7 +9859,7 @@ sub output_perl_charnames_line ($$) { # These are used to indicate, for example, that the mapping for a # range has a non-default type. # - # This loops through the file, calling it's next_line() method, and + # This loops through the file, calling its next_line() method, and # then taking the map and adding it to the property's table. # Complications arise because any number of properties can be in the # file, in any order, interspersed in any way. The first time a |