summaryrefslogtreecommitdiff
path: root/sfeed_xmlenc.c
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2023-08-15 19:10:51 +0200
committerHiltjo Posthuma <hiltjo@codemadness.org>2023-08-15 19:14:16 +0200
commit21a263cb27aeaf02b4a0a0319f435fac92f1ea28 (patch)
tree1f4f6b2a849a5de6897bfe9dfecc3d5fedde998d /sfeed_xmlenc.c
parentea04ae0101ae0607295ebea0a23364d31d1d37aa (diff)
improve wording and small typos
Diffstat (limited to 'sfeed_xmlenc.c')
-rw-r--r--sfeed_xmlenc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfeed_xmlenc.c b/sfeed_xmlenc.c
index 7fc93ae..461c047 100644
--- a/sfeed_xmlenc.c
+++ b/sfeed_xmlenc.c
@@ -52,7 +52,7 @@ main(void)
parser.xmlattrend = xmlattrend;
parser.xmltagstart = xmltagstart;
- /* NOTE: getnext is defined in xml.h for inline optimization */
+ /* NOTE: GETNEXT is defined in xml.h for inline optimization */
xml_parse(&parser);
checkfileerror(stdin, "<stdin>", 'r');