summaryrefslogtreecommitdiff
path: root/lib/thread.c
diff options
context:
space:
mode:
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;