diff options
Diffstat (limited to 'rt/tst-mqueue4.c')
-rw-r--r-- | rt/tst-mqueue4.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rt/tst-mqueue4.c b/rt/tst-mqueue4.c index 841ce14ac6..fe456287a3 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; } |