summaryrefslogtreecommitdiff
path: root/xml.h
diff options
context:
space:
mode:
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