diff options
Diffstat (limited to 'lib/thread.h')
| -rw-r--r-- | lib/thread.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/thread.h b/lib/thread.h index a0801e1ecd..49964e7743 100644 --- a/lib/thread.h +++ b/lib/thread.h @@ -243,7 +243,7 @@ extern int thread_should_yield (struct thread *); /* set yield time for thread */ extern void thread_set_yield_time (struct thread *, unsigned long); -/* Internal libzebra exports */ +/* Internal libfrr exports */ extern void thread_getrusage (RUSAGE_T *); extern void thread_cmd_init (void); |
