]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Typos
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Fri, 28 Mar 2025 02:34:41 +0000 (20:34 -0600)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Fri, 28 Mar 2025 04:19:22 +0000 (22:19 -0600)
src/lib/util/timer.c

index e150bd7a416ccc41c59149f276156373d3f0f72c..02c298ac63a21a6c4a7a1d97f1c9f1736ce53914 100644 (file)
@@ -69,7 +69,7 @@ struct fr_timer_list_s {
        fr_timer_t              *parent_ev;             //!< Event in the parent's event loop.
 
 #ifdef WITH_EVENT_DEBUG
-       fr_timer_t              *report;                //!< Used to trigger periodict reports about the event timer list.
+       fr_timer_t              *report;                //!< Used to trigger periodic reports about the event timer list.
 #endif
 };
 
@@ -590,7 +590,7 @@ static int timer_ordered_disarm(fr_timer_t *ev)
        if (!ev->tl) return 0;
 
        /*
-        *      This *MUST* be in the timer list if it has a non-NULL tl pointer.
+        *      This *MUST* be in a timer list if it has a non-NULL tl pointer.
         */
        if (unlikely(!fr_cond_assert(timer_in_list(&ev->tl->ordered, ev)))) return -1;