summaryrefslogtreecommitdiff
path: root/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'types.h')
-rw-r--r--types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/types.h b/types.h
index 25ddad6..17184ea 100644
--- a/types.h
+++ b/types.h
@@ -754,7 +754,7 @@ typedef struct Expression {
} del;
struct {
struct Expression *name_expr;
- } pkg; /* only can exist before typing */
+ } pkg; /* can only exist before typing */
IfExpr if_;
WhileExpr while_;
ForExpr *for_;