mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-02-04 12:41:34 +00:00
psxtests, psxtmtests: Correct spelling
Caught by Codespell
This commit is contained in:
committed by
Gedare Bloom
parent
9292d681af
commit
38fa44e802
@@ -1331,7 +1331,7 @@ static void verify_blocking_mq_timedsend( void )
|
||||
|
||||
/*
|
||||
* Create and suspend the receive thread early so that we don't overwrite the
|
||||
* ETIMEDOUT in executing->Wait.return_code. This verifies the succesful
|
||||
* ETIMEDOUT in executing->Wait.return_code. This verifies the successful
|
||||
* mq_timedreceive() later.
|
||||
*/
|
||||
|
||||
|
||||
@@ -296,7 +296,7 @@ void *POSIX_Init(
|
||||
benchmark_mq_unlink();
|
||||
/* closing the first queue */
|
||||
benchmark_mq_close(0);
|
||||
/* now repeat basically the same, but for the timed-send/recive */
|
||||
/* now repeat basically the same, but for the timed-send/receive */
|
||||
/* open the first queue */
|
||||
benchmark_mq_open(0);
|
||||
/* send message using the first queue */
|
||||
|
||||
Reference in New Issue
Block a user