Skip to content

Commit 3ad6b39

Browse files
Typo
1 parent d46438a commit 3ad6b39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/analyses/base.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2168,7 +2168,7 @@ struct
21682168
end
21692169
| _, _ when get_bool "sem.unknown_function.spawn" ->
21702170
(* TODO: Remove sem.unknown_function.spawn check because it is (and should be) really done in LibraryFunctions.
2171-
But here we consider all non-ThreadCrate functions also unknown, so old-style LibraryFunctions access
2171+
But here we consider all non-ThreadCreate functions also unknown, so old-style LibraryFunctions access
21722172
definitions using `Write would still spawn because they are not truly unknown functions (missing from LibraryFunctions).
21732173
Need this to not have memmove spawn in SV-COMP. *)
21742174
let shallow_args = LibraryDesc.Accesses.find desc.accs { kind = Spawn; deep = false } args in

0 commit comments

Comments
 (0)