Skip to content

Commit 38152bd

Browse files
committed
Adapt to linting of upstream
-- fix a misspelled function name
1 parent 042fd1f commit 38152bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/taint-analysis/taint_trace_recogniser.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ void taint_algorithm_recognising_error_tracest::taint_recognise_error_traces(
533533
if (source_function_name!=sink_function_name)
534534
{
535535
std::unordered_set<irep_idt, dstring_hash> call_roots;
536-
find_leaves_bellow_function(
536+
find_leaves_below_function(
537537
program.get_inverted_call_graph(),
538538
source_function_name,
539539
call_roots);

0 commit comments

Comments
 (0)