diff options
author | John Ankarström <john@ankarstrom.se> | 2021-07-20 11:28:20 +0200 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2021-07-21 11:19:55 +0200 |
commit | 398bf9b806b2b2a95cb3dee9ee367c5392a517ee (patch) | |
tree | ef1134b5a45b87477c76153de86c0011731c28f3 | |
parent | 9b7bd9c6447fc443f4e2150d3eefb34201a87004 (diff) | |
download | fref-398bf9b806b2b2a95cb3dee9ee367c5392a517ee.tar.gz |
Clarify comment
-rw-r--r-- | fref.lex | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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]; |