aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHiltjo Posthuma <[email protected]>2021-03-25 18:17:34 +0100
committerHiltjo Posthuma <[email protected]>2021-03-25 18:17:34 +0100
commit727e02be6c6aaafd929341963465bf6e1ff2947d (patch)
tree2245dc82f4b496dbfe545db5d03f5f24c5042369
parent295e4b8cb95114bb74b582c7332bc4c171f36dd3 (diff)
downloadstagit-727e02be6c6aaafd929341963465bf6e1ff2947d.tar.gz
stagit-727e02be6c6aaafd929341963465bf6e1ff2947d.zip
tiny comment change
-rw-r--r--stagit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stagit.c b/stagit.c
index 94c6b83..488b653 100644
--- 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)
{