From b6731ae35b125963a37dcaacaf76169992ad1f67 Mon Sep 17 00:00:00 2001 From: Hiltjo Posthuma Date: Wed, 20 Jul 2022 20:37:14 +0200 Subject: slightly improve some comments --- sfeed_mbox.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sfeed_mbox.c') diff --git a/sfeed_mbox.c b/sfeed_mbox.c index 30ac875..0cfd836 100644 --- a/sfeed_mbox.c +++ b/sfeed_mbox.c @@ -22,8 +22,8 @@ djb2(unsigned char *s, unsigned long long hash) } /* Unescape / decode fields printed by string_print_encoded() - * "\\" to "\", "\t", to TAB, "\n" to newline. Unrecognised escape sequences - * are ignored: "\z" etc. Mangle "From " in mboxrd style (always prefix >). */ + * "\\" to "\", "\t", to TAB, "\n" to newline. Other escape sequences are + * ignored: "\z" etc. Mangle "From " in mboxrd style (always prefix >). */ static void printcontent(const char *s, FILE *fp) { -- cgit v1.2.3