aboutsummaryrefslogtreecommitdiff
path: root/manual/ipc.texi
diff options
context:
space:
mode:
Diffstat (limited to 'manual/ipc.texi')
-rw-r--r--manual/ipc.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/ipc.texi b/manual/ipc.texi
index 081b98fe29..46c049c3da 100644
--- a/manual/ipc.texi
+++ b/manual/ipc.texi
@@ -89,7 +89,7 @@ by @theglibc{}.
@c
@c Given the use atomic operations this function seems
@c to be AS-safe. It is AC-unsafe because there is still
-@c a window between atomic_decrement and the pthread_push
+@c a window between atomic_fetch_add_relaxed and the pthread_push
@c of the handler that undoes that operation. A cancellation
@c at that point would fail to remove the process from the
@c waiters count.