summaryrefslogtreecommitdiff
path: root/xml.h
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2020-10-06 18:45:26 +0200
committerHiltjo Posthuma <hiltjo@codemadness.org>2020-10-09 11:27:06 +0200
commit08add9b95e58bc4e7ece8137efe8dc0905a94467 (patch)
treedb74a8f471f6aa6c33e899708b39aad974dfca97 /xml.h
parentc0e9fea2a9661f3fc77a1a608e5ca456972321d9 (diff)
xml.h: minor comment rewording
Diffstat (limited to 'xml.h')
-rw-r--r--xml.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/xml.h b/xml.h
index 7b361d9..bf60cbf 100644
--- a/xml.h
+++ b/xml.h
@@ -26,8 +26,8 @@ typedef struct xmlparser {
size_t, int);
#ifndef GETNEXT
- /* GETNEXT overridden for sfeed to reduce function call overhead and
- further context optimizations. */
+ /* GETNEXT overridden to reduce function call overhead and further
+ context optimizations. */
#define GETNEXT getchar
#endif