summaryrefslogtreecommitdiff
path: root/src/grammar.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/grammar.c')
-rw-r--r--src/grammar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/grammar.c b/src/grammar.c
index 508c8d8..692e858 100644
--- a/src/grammar.c
+++ b/src/grammar.c
@@ -322,7 +322,7 @@ print_grammar(const Grammar * const g)
List *
new_tnt_string(char *format, int format_len, ...)
{
- /* FORMAT_LEN does not include the terminating null byte, so it
+ /* FORMAT_LEN does not include the terminating null byte, and it
should be > 0. */
if (format_len <= 0) return NULL;