summaryrefslogtreecommitdiff
path: root/ast.h
diff options
context:
space:
mode:
Diffstat (limited to 'ast.h')
-rw-r--r--ast.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ast.h b/ast.h
index 41787f5c1c..9fa651878e 100644
--- a/ast.h
+++ b/ast.h
@@ -178,7 +178,8 @@ public:
/**
- * List of expressions for an \c ast_sequence.
+ * List of expressions for an \c ast_sequence or parameters for an
+ * \c ast_function_call
*/
struct simple_node expressions;
};