aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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];