summaryrefslogtreecommitdiff
path: root/perl.h
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2021-05-17 20:31:57 -0600
committerKarl Williamson <khw@cpan.org>2021-05-28 15:23:57 -0600
commitc2a3435ef5f8cff40037cf82f79a55a30b1ef0d0 (patch)
tree80ad67525dc912e7914117e98bbd10db435ad767 /perl.h
parent47199f631235f78bf077f54a7305bd518d5dcb35 (diff)
downloadperl-c2a3435ef5f8cff40037cf82f79a55a30b1ef0d0.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 17a21a1c42..7c54a52738 100644
--- a/perl.h
+++ b/perl.h
@@ -6002,7 +6002,7 @@ EXTCONST U8 PL_extended_utf8_dfa_tab[] = {
* N10 Start byte is FE. Continuation bytes 80-81 are illegal (overlong);
* the other continuations transition to N5
* 1 Reject. All transitions not mentioned above (except the single
- * byte ones (as they are always legal) are to this state.
+ * byte ones (as they are always legal)) are to this state.
*/
# if defined(PERL_CORE)