mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-02-04 20:51:36 +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
|
* 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.
|
* mq_timedreceive() later.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -296,7 +296,7 @@ void *POSIX_Init(
|
|||||||
benchmark_mq_unlink();
|
benchmark_mq_unlink();
|
||||||
/* closing the first queue */
|
/* closing the first queue */
|
||||||
benchmark_mq_close(0);
|
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 */
|
/* open the first queue */
|
||||||
benchmark_mq_open(0);
|
benchmark_mq_open(0);
|
||||||
/* send message using the first queue */
|
/* send message using the first queue */
|
||||||
|
|||||||
Reference in New Issue
Block a user