summaryrefslogtreecommitdiff
path: root/include/drm/task_barrier.h
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert+renesas@glider.be>2023-07-17 15:23:20 +0200
committerJavier Martinez Canillas <javierm@redhat.com>2023-07-29 21:05:10 +0200
commit9bba6b192663f375e35dd7a72eedc10845c30727 (patch)
tree0f00cac79e92cea8a66a78c6ee7d1c11914ed952 /include/drm/task_barrier.h
parent48c5c68fdeddcca43a06b22f522784f1284e7a0c (diff)
drm: Spelling s/sempahore/semaphore/
Fix misspellings of "semaphore". Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Reviewed-by: Hamza Mahfooz <hamza.mahfooz@amd.com> Acked-by: Rodrigo Vivi <rodrigo.vivi@intel.com> Signed-off-by: Javier Martinez Canillas <javierm@redhat.com> Link: https://patchwork.freedesktop.org/patch/msgid/8b0542c12a2427f34a792c41ac2d2a2922874bfa.1689600102.git.geert+renesas@glider.be
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/
*/