aboutsummaryrefslogtreecommitdiff
path: root/src/parser.h
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-06-17 16:21:07 +0200
committerThomas Voss <mail@thomasvoss.com> 2024-06-17 16:21:07 +0200
commit7e6ade6682c26d7ed40eaa22ae152686d44982d0 (patch)
treef7ba34b0f1c130ea3c87f94cb4b9b3ed91bdcd37 /src/parser.h
parent49b8874884185606319de5c44bc90c5e78d9f48f (diff)
Begin work on the static analyzer
Diffstat (limited to 'src/parser.h')
-rw-r--r--src/parser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parser.h b/src/parser.h
index 7883722..5ecf8ef 100644
--- a/src/parser.h
+++ b/src/parser.h
@@ -14,7 +14,7 @@ enum {
‘x: lhs = rhs’ */
ASTDECL,
- /* Constant declaration, lhs and rhs may be unused
+ /* Constant declaration, lhs may be unused
‘x: lhs : rhs’ */
ASTCDECL,