From 398bf9b806b2b2a95cb3dee9ee367c5392a517ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Tue, 20 Jul 2021 11:28:20 +0200 Subject: Clarify comment --- fref.lex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]; -- cgit v1.2.3