From 4b97fc93a6f8ae8cd4e7412884ba13137bc09c45 Mon Sep 17 00:00:00 2001
From: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Mon, 20 Jun 2022 13:25:12 +0200
Subject: sfeed: reword a poorly-worded comment

---
 sfeed.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sfeed.c b/sfeed.c
index deef397..7b0ef6c 100644
--- 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);
-- 
cgit v1.2.3