diff options
author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2020-10-06 18:45:26 +0200 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2020-10-09 11:27:06 +0200 |
commit | 08add9b95e58bc4e7ece8137efe8dc0905a94467 (patch) | |
tree | db74a8f471f6aa6c33e899708b39aad974dfca97 | |
parent | c0e9fea2a9661f3fc77a1a608e5ca456972321d9 (diff) |
xml.h: minor comment rewording
-rw-r--r-- | xml.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |