aboutsummaryrefslogtreecommitdiff
path: root/rt/tst-mqueue5.c
diff options
context:
space:
mode:
Diffstat (limited to 'rt/tst-mqueue5.c')
-rw-r--r--rt/tst-mqueue5.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rt/tst-mqueue5.c b/rt/tst-mqueue5.c
index ea5ff65..9416af2 100644
--- a/rt/tst-mqueue5.c
+++ b/rt/tst-mqueue5.c
@@ -522,7 +522,7 @@ do_child (const char *name, pthread_barrier_t *b2, pthread_barrier_t *b3,
result = 1;
}
- /* Reenable test signals before cleaning up the thread. */
+ /* Re-enable test signals before cleaning up the thread. */
if (pthread_sigmask (SIG_UNBLOCK, &set, NULL))
{
printf ("Failed to unblock SIGRTMIN in child: %m\n");