File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/analyses/variable-sensitivity Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ class full_array_abstract_objectt : public abstract_aggregate_objectt<
85
85
// / If we can't resolve the index to a constant, we return top
86
86
// /
87
87
// / \param env: the environment
88
- // / \param index : the expression used to access the specific value
88
+ // / \param expr : the expression used to access the specific value
89
89
// / in the array
90
90
// / \param ns: the namespace
91
91
// /
@@ -100,7 +100,7 @@ class full_array_abstract_objectt : public abstract_aggregate_objectt<
100
100
// / \param environment: the abstract environment
101
101
// / \param ns: the namespace
102
102
// / \param stack: the remaining stack of expressions on the LHS to evaluate
103
- // / \param index_expr : the expression uses to access a specific index
103
+ // / \param expr : the expression uses to access a specific index
104
104
// / \param value: the value we are trying to assign to that value in the array
105
105
// / \param merging_write: Should this and all future writes be merged with the
106
106
// / current value
You can’t perform that action at this time.
0 commit comments