summaryrefslogtreecommitdiff
path: root/src/shared/barrier.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared/barrier.c')
-rw-r--r--src/shared/barrier.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/barrier.c b/src/shared/barrier.c
index a0326ac697..436ba95989 100644
--- a/src/shared/barrier.c
+++ b/src/shared/barrier.c
@@ -138,7 +138,7 @@ int barrier_create(Barrier *b) {
* barrier_create(). The object is released and reset to invalid
* state. Therefore, it is safe to call barrier_destroy() multiple
* times or even if barrier_create() failed. However, barrier must be
- * always initalized with BARRIER_NULL.
+ * always initialized with BARRIER_NULL.
*
* If @b is NULL, this is a no-op.
*/