summaryrefslogtreecommitdiff
path: root/include/drm/task_barrier.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/drm/task_barrier.h')
-rw-r--r--include/drm/task_barrier.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/drm/task_barrier.h b/include/drm/task_barrier.h
index 087e3f649c52..217c1cf21c1a 100644
--- a/include/drm/task_barrier.h
+++ b/include/drm/task_barrier.h
@@ -25,7 +25,7 @@
/*
* Reusable 2 PHASE task barrier (randevouz point) implementation for N tasks.
- * Based on the Little book of sempahores - https://greenteapress.com/wp/semaphores/
+ * Based on the Little book of semaphores - https://greenteapress.com/wp/semaphores/
*/