summaryrefslogtreecommitdiff
path: root/lib/thread.c
diff options
context:
space:
mode:
authorJafar Al-Gharaibeh <jafar@atcorp.com>2022-04-02 19:08:30 -0500
committerGitHub <noreply@github.com>2022-04-02 19:08:30 -0500
commita46dd803b6e23245ceaa0c380c2056ab0c66510f (patch)
tree087ed1951a7f4d6735963daf3b4591caab2a644a /lib/thread.c
parent9a33889d89aef9493949e4fe9d3718fb4efd9b0c (diff)
parent94202742fb6525234779c4a01d55b1ca14b28700 (diff)
Merge pull request #10954 from donaldsharp/speell
Speell
Diffstat (limited to 'lib/thread.c')
-rw-r--r--lib/thread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/thread.c b/lib/thread.c
index 90074b3d89..44183257bb 100644
--- a/lib/thread.c
+++ b/lib/thread.c
@@ -751,7 +751,7 @@ void thread_master_free(struct thread_master *m)
XFREE(MTYPE_THREAD_MASTER, m);
}
-/* Return remain time in miliseconds. */
+/* Return remain time in milliseconds. */
unsigned long thread_timer_remain_msec(struct thread *thread)
{
int64_t remain;