sfeed: reword a poorly-worded comment - sfeed - RSS and Atom parser
 (HTM) git clone git://git.codemadness.org/sfeed
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 4b97fc93a6f8ae8cd4e7412884ba13137bc09c45
 (DIR) parent bd5a0f5d36730ebb11a32c0c089b468b9d60ebe1
 (HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Mon, 20 Jun 2022 13:25:12 +0200
       
       sfeed: reword a poorly-worded comment
       
       Diffstat:
         M sfeed.c                             |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/sfeed.c b/sfeed.c
       @@ -966,7 +966,7 @@ xmltagend(XMLParser *p, const char *t, size_t tl, int isshort)
                        return;
        
                if (ISINCONTENT(ctx)) {
       -                /* not close content field */
       +                /* not a closed content field */
                        if (!istag(ctx.tag.name, ctx.tag.len, t, tl)) {
                                if (!isshort && ctx.contenttype == ContentTypeHTML) {
                                        xmldata(p, "</", 2);