aboutsummaryrefslogtreecommitdiff
path: root/nptl/tst-barrier4.c
diff options
context:
space:
mode:
Diffstat (limited to 'nptl/tst-barrier4.c')
-rw-r--r--nptl/tst-barrier4.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/tst-barrier4.c b/nptl/tst-barrier4.c
index 4eef5aa..d3d3209 100644
--- a/nptl/tst-barrier4.c
+++ b/nptl/tst-barrier4.c
@@ -16,7 +16,7 @@
License along with the GNU C Library; if not, see
<http://www.gnu.org/licenses/>. */
-/* This is a test for behavior not guaranteed by POSIX. */
+/* This tests destruction of a barrier right after waiting on it. */
#include <errno.h>
#include <pthread.h>
#include <stdio.h>