We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e098e3 commit decf1c9Copy full SHA for decf1c9
1 file changed
utility/rtos_compatibility_layers/posix/px_cond_signal.c
@@ -89,7 +89,7 @@ TX_SEMAPHORE *semaphore_ptr;
89
UINT status;
90
91
/* Get the condition variable's internal semaphore. */
92
- /* Simply convert the COndition variable control block into a semaphore a cast */
+ /* Simply convert the condition variable control block into a semaphore using casting */
93
semaphore_ptr = (&( cond->cond_semaphore ));
94
if ( semaphore_ptr->tx_semaphore_suspended_count)
95
{
0 commit comments