psxtests, psxtmtests: Correct spelling

Caught by Codespell
This commit is contained in:
Joel Sherrill
2026-01-22 11:00:24 -06:00
committed by Gedare Bloom
parent 9292d681af
commit 38fa44e802
2 changed files with 2 additions and 2 deletions

View File

@@ -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.
*/

View File

@@ -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 */