aboutsummaryrefslogtreecommitdiff
path: root/rt/tst-mqueue4.c
diff options
context:
space:
mode:
Diffstat (limited to 'rt/tst-mqueue4.c')
-rw-r--r--rt/tst-mqueue4.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rt/tst-mqueue4.c b/rt/tst-mqueue4.c
index 841ce14..fe45628 100644
--- a/rt/tst-mqueue4.c
+++ b/rt/tst-mqueue4.c
@@ -62,7 +62,7 @@ do_test (void)
mqd_t q2 = mq_open (name, O_CREAT | O_EXCL | O_RDWR, 0600, &attr);
if (q2 == (mqd_t) -1)
{
- printf ("mq_open with NAME_MAX long name compoment failed with: %m\n");
+ printf ("mq_open with NAME_MAX long name component failed with: %m\n");
result = 1;
}