aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2021-07-20 11:28:20 +0200
committerJohn Ankarström <john@ankarstrom.se>2021-07-21 11:19:55 +0200
commit398bf9b806b2b2a95cb3dee9ee367c5392a517ee (patch)
treeef1134b5a45b87477c76153de86c0011731c28f3
parent9b7bd9c6447fc443f4e2150d3eefb34201a87004 (diff)
downloadfref-398bf9b806b2b2a95cb3dee9ee367c5392a517ee.tar.gz
Clarify comment
-rw-r--r--fref.lex2
1 files changed, 1 insertions, 1 deletions
diff --git a/fref.lex b/fref.lex
index 89f26a6..c14bcd2 100644
--- a/fref.lex
+++ b/fref.lex
@@ -58,7 +58,7 @@
/*
* e is a struct holding all fields of the current entry.
- * It is zeroed before each call to entry().
+ * It is zeroed at the end of each call to entry().
*/
struct entry {
#define DO(s,n,m) char n[MAX];