summaryrefslogtreecommitdiff
path: root/include/drm
diff options
context:
space:
mode:
Diffstat (limited to 'include/drm')
-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 217c1cf21c1a..f6e6ed529681 100644
--- a/include/drm/task_barrier.h
+++ b/include/drm/task_barrier.h
@@ -24,7 +24,7 @@
#include <linux/atomic.h>
/*
- * Reusable 2 PHASE task barrier (randevouz point) implementation for N tasks.
+ * Reusable 2 PHASE task barrier (rendez-vous point) implementation for N tasks.
* Based on the Little book of semaphores - https://greenteapress.com/wp/semaphores/
*/