chiark / gitweb /
treewide: Correct typos and spell plural of bus consistent
[elogind.git] / src / shared / barrier.c
index a0326ac697367558acdcc1eabf94881ae74df90e..436ba9598910a861b59312effa26622f7cdee1c8 100644 (file)
@@ -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
  * 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.
  */
  *
  * If @b is NULL, this is a no-op.
  */