From: Benjamin Peterson Date: Tue, 26 Jun 2018 04:14:12 +0000 (-0700) Subject: fix capitalization in comment X-Git-Tag: R_2_2_6~12^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cc1c5e2ce3a8095c31073a8e674626405f19e5c2;p=libexpat fix capitalization in comment --- diff --git a/expat/lib/xmltok_impl.c b/expat/lib/xmltok_impl.c index ec2143fa..fb49a34d 100644 --- a/expat/lib/xmltok_impl.c +++ b/expat/lib/xmltok_impl.c @@ -1659,7 +1659,7 @@ PREFIX(nameMatchesAscii)(const ENCODING *UNUSED_P(enc), const char *ptr1, { for (; *ptr2; ptr1 += MINBPC(enc), ptr2++) { if (end1 - ptr1 < MINBPC(enc)) { - /* This line cannot be executed. THe incoming data has already + /* This line cannot be executed. The incoming data has already * been tokenized once, so incomplete characters like this have * already been eliminated from the input. Retaining the * paranoia check is still valuable, however.