summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSon Ho2022-01-04 14:18:20 +0100
committerSon Ho2022-01-04 14:18:20 +0100
commitb3c2e77d346ce31f5974a7ad4c83d24750e5e489 (patch)
treeba95cf9ae5d2f21e4046cf683b0306a05cce61a2
parent2da2d055cf454daa80f2e384d4508473cba0bf65 (diff)
Update a comment
-rw-r--r--src/Interpreter.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Interpreter.ml b/src/Interpreter.ml
index 4bb449bd..fbe6d00d 100644
--- a/src/Interpreter.ml
+++ b/src/Interpreter.ml
@@ -2780,7 +2780,7 @@ let expand_symbolic_value_borrow (ended_regions : T.RegionId.set_t)
| T.Shared -> raise Unimplemented
(** Auxiliary function.
- Apply a symbolic expansion to avalues.
+ Apply a symbolic expansion to avalues in a context.
*)
let apply_symbolic_expansion_to_avalues (config : C.config)
(allow_reborrows : bool) (original_sv : V.symbolic_value)