From 08add9b95e58bc4e7ece8137efe8dc0905a94467 Mon Sep 17 00:00:00 2001 From: Hiltjo Posthuma Date: Tue, 6 Oct 2020 18:45:26 +0200 Subject: xml.h: minor comment rewording --- xml.h | 4 ++-- 1 file 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 -- cgit v1.2.3