From a4ecb67c167fb225451f25e18105f545d2a788d0 Mon Sep 17 00:00:00 2001 From: Hiltjo Posthuma Date: Wed, 27 Feb 2019 18:14:04 +0100 Subject: sfeed.c: improve comment --- sfeed.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sfeed.c b/sfeed.c index 560e808..20b187e 100644 --- a/sfeed.c +++ b/sfeed.c @@ -825,7 +825,7 @@ xmltagend(XMLParser *p, const char *t, size_t tl, int isshort) ctx.fields[i].tagid = TagUnknown; } ctx.contenttype = ContentTypeNone; - /* allow parsing of Atom and RSS in one XML stream. */ + /* allow parsing of Atom and RSS concatenated in one XML stream. */ ctx.feedtype = FeedTypeNone; } else if (!ctx.tagid || gettag(ctx.feedtype, t, tl) != ctx.tagid) { -- cgit v1.2.3