]> granicus.if.org Git - libexpat/commitdiff
fix capitalization in comment
authorBenjamin Peterson <benjamin@python.org>
Tue, 26 Jun 2018 04:14:12 +0000 (21:14 -0700)
committerGitHub <noreply@github.com>
Tue, 26 Jun 2018 04:14:12 +0000 (21:14 -0700)
expat/lib/xmltok_impl.c

index ec2143fa67501f895fae85a8a95f1933fc8a1443..fb49a34d7970ea3d78bf1c281c15acf57c7fb986 100644 (file)
@@ -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.