tiny comment change
authorHiltjo Posthuma <hiltjo@codemadness.org>
Thu, 25 Mar 2021 17:17:34 +0000 (18:17 +0100)
committerHiltjo Posthuma <hiltjo@codemadness.org>
Thu, 25 Mar 2021 17:17:34 +0000 (18:17 +0100)
stagit.c

index 94c6b83d5d029833d97076d3d9195e86f2a70825..488b653176bf134837063bd7533fbe486523cc6c 100644 (file)
--- a/stagit.c
+++ b/stagit.c
@@ -377,7 +377,7 @@ xmlencode(FILE *fp, const char *s, size_t len)
        }
 }
 
-/* Escape characters below as HTML 2.0 / XML 1.0, ignore printing '\n', '\r' */
+/* Escape characters below as HTML 2.0 / XML 1.0, ignore printing '\r', '\n' */
 void
 xmlencodeline(FILE *fp, const char *s, size_t len)
 {