diff options
| author | Donald Sharp <sharpd@nvidia.com> | 2022-04-02 07:48:18 -0400 |
|---|---|---|
| committer | Donald Sharp <sharpd@nvidia.com> | 2022-04-02 07:48:18 -0400 |
| commit | 94202742fb6525234779c4a01d55b1ca14b28700 (patch) | |
| tree | 4775fdd3826640ce19684b12494a5a671a19f2bc /lib/thread.c | |
| parent | 61879cab13b362db334af8e015076b6a959ab5b1 (diff) | |
lib, yang: Fix spellinig of miliseconds
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'lib/thread.c')
| -rw-r--r-- | lib/thread.c | 2 |
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; |
