summaryrefslogtreecommitdiff
path: root/perl.h
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2019-09-14 22:18:13 -0600
committerKarl Williamson <khw@cpan.org>2019-09-14 22:26:49 -0600
commita15223fd18aff8e134dce76a2e5428202c0f2df1 (patch)
tree3b3f4cc2571aa6e74da1f1a91eeb265d89f49a90 /perl.h
parent4a69216a74159df74779841fa79d731bcc5c6a9d (diff)
downloadperl-a15223fd18aff8e134dce76a2e5428202c0f2df1.tar.gz
perl.h: Fix typo in comment
Diffstat (limited to 'perl.h')
-rw-r--r--perl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl.h b/perl.h
index 89d3c828ce..fb4eb77190 100644
--- a/perl.h
+++ b/perl.h
@@ -6245,7 +6245,7 @@ the plain locale pragma without a parameter (S<C<use locale>>) is in effect.
# if defined (PERL_CORE) || defined (PERL_IN_XSUB_RE)
/* This internal macro should be called from places that operate under
- * locale rules. It there is a problem with the current locale that
+ * locale rules. If there is a problem with the current locale that
* hasn't been raised yet, it will output a warning this time. Because
* this will so rarely be true, there is no point to optimize for time;
* instead it makes sense to minimize space used and do all the work in