summaryrefslogtreecommitdiff
path: root/doc/developer/path-internals-pcep.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/developer/path-internals-pcep.rst')
-rw-r--r--doc/developer/path-internals-pcep.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/developer/path-internals-pcep.rst b/doc/developer/path-internals-pcep.rst
index ca318314f1..a6b22204c2 100644
--- a/doc/developer/path-internals-pcep.rst
+++ b/doc/developer/path-internals-pcep.rst
@@ -182,7 +182,7 @@ The controller is defined and implemented in `path_pcep_controller.[hc]`.
Part of the controller code runs in FRR main thread and part runs in its own
FRR pthread started to isolate the main thread from the PCCs' event loop.
To communicate between the threads it uses FRR events, timers and
-`thread_execute` calls.
+`event_execute` calls.
PCC