summaryrefslogtreecommitdiff
path: root/include/drm
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert+renesas@glider.be>2023-07-17 15:23:58 +0200
committerJavier Martinez Canillas <javierm@redhat.com>2023-07-29 21:11:54 +0200
commitc9155a3c31400afacd294c3f6c2458d4150c4fa0 (patch)
tree56539c161cd00681927322c542981fb43a7f5cdd /include/drm
parent9bba6b192663f375e35dd7a72eedc10845c30727 (diff)
drm: Spelling s/randevouz/rendez-vous/
Fix a misspelling of "rendez-vous". Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Reviewed-by: Hamza Mahfooz <hamza.mahfooz@amd.com> Signed-off-by: Javier Martinez Canillas <javierm@redhat.com> Link: https://patchwork.freedesktop.org/patch/msgid/084bf178dd676a4f07933eb9fcd04d3e30a779ba.1689600209.git.geert+renesas@glider.be
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/
*/