aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/testing/selftests/timers/threadtest.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/testing/selftests/timers/threadtest.c')
-rw-r--r--tools/testing/selftests/timers/threadtest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/timers/threadtest.c b/tools/testing/selftests/timers/threadtest.c
index cf3e48919874..80aed4bf06fb 100644
--- a/tools/testing/selftests/timers/threadtest.c
+++ b/tools/testing/selftests/timers/threadtest.c
@@ -76,7 +76,7 @@ void checklist(struct timespec *list, int size)
/* The shared thread shares a global list
* that each thread fills while holding the lock.
- * This stresses clock syncronization across cpus.
+ * This stresses clock synchronization across cpus.
*/
void *shared_thread(void *arg)
{