diff options
Diffstat (limited to 'src/Interpreter.ml')
-rw-r--r-- | src/Interpreter.ml | 2 |
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) |