summaryrefslogtreecommitdiff
path: root/utf8.h
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2013-12-02 21:54:37 -0700
committerKarl Williamson <public@khwilliamson.com>2013-12-04 19:52:38 -0700
commit9d0d3a03811c39c6f8da5be0bbb45fb2704e982b (patch)
tree472d4162481e9af6ace0fc34a9909749fad6aa0b /utf8.h
parentc7e7f6b71d5756d757aa0d1f510a44ef82bcea77 (diff)
downloadperl-9d0d3a03811c39c6f8da5be0bbb45fb2704e982b.tar.gz
utf8.h: Fix grammar in comment
Diffstat (limited to 'utf8.h')
-rw-r--r--utf8.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/utf8.h b/utf8.h
index 1efa5d331e..1b51ad9ee9 100644
--- a/utf8.h
+++ b/utf8.h
@@ -353,8 +353,8 @@ Perl's extended UTF-8 means we can have start bytes up to FF.
* bytes from an ordinal that is known to fit into two bytes; it must be less
* than 0x3FF to work across both encodings. */
/* Nocast allows these to be used in the case label of a switch statement;
- * however this doesn't won't work for ebcdic, and should be avoided. Use
- * regen/unicode_constants instead */
+ * however this won't work for ebcdic, and should be avoided. Use
+ * regen/unicode_constants.pl instead */
#define UTF8_TWO_BYTE_HI_nocast(c) I8_TO_NATIVE_UTF8((NATIVE_TO_UNI(c) \
>> UTF_ACCUMULATION_SHIFT) | UTF_START_MARK(2))
#define UTF8_TWO_BYTE_LO_nocast(c) I8_TO_NATIVE_UTF8((NATIVE_TO_UNI(c) \