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 50983a2..a33839f 100644
--- a/types.h
+++ b/types.h
@@ -883,7 +883,7 @@ typedef struct Declaration {
Value val; /* only for constant decls, non-constant globals, and varargs. */
/*
- for eval, for non-constant local decls
+ for eval, for non-constant decls
the pointers to values need to be fixed, which is why this isn't just Value *.
no, this can't be a union with val, because of global variables and possibly
other things (varargs maybe?)