summaryrefslogtreecommitdiff
path: root/lib/utf8_heavy.pl
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2011-11-19 16:50:33 -0700
committerKarl Williamson <public@khwilliamson.com>2012-01-13 09:58:33 -0700
commitb0e3252edb68bc2dd1e28347ff032f53358df3ce (patch)
treec61f9d3de3ab5eafae2f2bfb36072b24255949a4 /lib/utf8_heavy.pl
parent20b1a8918cf079bce8353cc51059b0ff48ed4ad6 (diff)
downloadperl-b0e3252edb68bc2dd1e28347ff032f53358df3ce.tar.gz
utf8.c: Change name of static function
This function has always confused me, as it doesn't return a swash, but a swatch.
Diffstat (limited to 'lib/utf8_heavy.pl')
-rw-r--r--lib/utf8_heavy.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/utf8_heavy.pl b/lib/utf8_heavy.pl
index 6f639f04ec..3d78d800d4 100644
--- a/lib/utf8_heavy.pl
+++ b/lib/utf8_heavy.pl
@@ -662,6 +662,6 @@ sub _loose_name ($) {
}
}
-# Now SWASHGET is recasted into a C function S_swash_get (see utf8.c).
+# Now SWASHGET is recasted into a C function S_swatch_get (see utf8.c).
1;