summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2018-12-31 19:42:32 -0700
committerKarl Williamson <khw@cpan.org>2018-12-31 20:04:19 -0700
commit259f90aedc9d27456d405fd07a78cdda7903055f (patch)
treeaf65c714b67431414cfe26bf41654cccab837c70
parentde8dfdba207399cf0e63e28bc8cce54917e1dc15 (diff)
downloadperl-259f90aedc9d27456d405fd07a78cdda7903055f.tar.gz
perl.h: Fix typo in comment
-rw-r--r--perl.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/perl.h b/perl.h
index 6d68c975fa..43b42a8aa5 100644
--- a/perl.h
+++ b/perl.h
@@ -5705,7 +5705,6 @@ EXTCONST U8 PL_strict_utf8_dfa_tab[] = {
* the other continuations transitions to N1
* N5 Start byte is F0. Continuation bytes 80-8F are illegal (overlong);
* [9AB]F transition to N10; the other continuations to N2.
- * the other continuations transition to N2
* N6 Start byte is F[123]. Continuation bytes [89AB]F transition
* to N10; the other continuations to N2.
* N7 Start byte is F4. Continuation bytes 90-BF are illegal