This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldelta for 86191aed6f09
[perl5.git] / locale.c
index d7ec6d8..8521ffd 100644 (file)
--- a/locale.c
+++ b/locale.c
@@ -553,7 +553,7 @@ Perl_new_collate(pTHX_ const char *newcoll)
          * This has the desired effect that strcmp() will look at the secondary
          * or tertiary weights only if the strings compare equal at all higher
          * priority weights.  The spaces shown here, like in
-         *  "A¹B¹C¹ A²B²C² "
+         *  "A¹B¹C¹ A²B²C² "
          * are not just for readability.  In the general case, these must
          * actually be bytes, which we will call here 'separator weights'; and
          * they must be smaller than any other weight value, but since these