diff options
-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]; |