summaryrefslogtreecommitdiffstats
path: root/tools/frr-llvm-cg.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/frr-llvm-cg.c')
-rw-r--r--tools/frr-llvm-cg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/frr-llvm-cg.c b/tools/frr-llvm-cg.c
index 634474fe4..3a7222e42 100644
--- a/tools/frr-llvm-cg.c
+++ b/tools/frr-llvm-cg.c
@@ -276,7 +276,7 @@ static bool is_thread_sched(const char *name, size_t len)
thread_prefix "event_add_timer_msec",
thread_prefix "event_add_timer_tv",
thread_prefix "event_add_event",
- thread_prefix "thread_execute",
+ thread_prefix "event_execute",
};
size_t i;