Skip to content
Snippets Groups Projects
Commit 30aed85c authored by Kostyantyn Vorobyov's avatar Kostyantyn Vorobyov
Browse files

[Instrumentation engine] Fixed typo in visit.ml

parent 30144328
No related branches found
No related tags found
No related merge requests found
......@@ -278,7 +278,7 @@ you must call function `%s' and `__e_acsl_memory_clean by yourself.@]"
let ptrSz = (Cil.sizeOf loc Cil.voidPtrType) in
let args =
(* Record arguments only if the first one has int type and the
second one is an array of char pointers of equivalent. This is
second one is an array of char pointers or equivalent. This is
sufficient to capture C99 compliant arguments and GCC extensions
with environ. *)
match main.sformals with
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment