mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-04-30 20:21:02 +00:00
pceplib: Fix spelling mistakes
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
This commit is contained in:
parent
1373ad765a
commit
3d05c4bdcb
@ -413,7 +413,7 @@ bool reset_timer(int timer_id)
|
|||||||
/* Keeping this log for now, since in older versions of FRR the
|
/* Keeping this log for now, since in older versions of FRR the
|
||||||
* timer cancellation was blocking. This allows us to see how
|
* timer cancellation was blocking. This allows us to see how
|
||||||
* long the it takes.*/
|
* long the it takes.*/
|
||||||
pcep_log(LOG_DEBUG, "%s: Reseting timer [%d] with callback",
|
pcep_log(LOG_DEBUG, "%s: Resetting timer [%d] with callback",
|
||||||
__func__, timer_to_reset->timer_id);
|
__func__, timer_to_reset->timer_id);
|
||||||
timers_context_->timer_cancel_func(
|
timers_context_->timer_cancel_func(
|
||||||
&timer_to_reset->external_timer);
|
&timer_to_reset->external_timer);
|
||||||
|
Loading…
Reference in New Issue
Block a user