This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
A fix from Graham for
[perl5.git] / doop.c
diff --git a/doop.c b/doop.c
index 89fe461..5a41f6a 100644 (file)
--- a/doop.c
+++ b/doop.c
@@ -42,7 +42,7 @@ S_do_trans_simple(pTHX_ SV *sv)
     s = (U8*)SvPV(sv, len);
     send = s + len;
 
-    /* First, take care of non-UTF8 input strings, because they're easy */
+    /* First, take care of non-UTF-8 input strings, because they're easy */
     if (!SvUTF8(sv)) {
        while (s < send) {
            if ((ch = tbl[*s]) >= 0) {