Skip to content

Commit decf1c9

Browse files
committed
Refine the comment
1 parent 6e098e3 commit decf1c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

utility/rtos_compatibility_layers/posix/px_cond_signal.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ TX_SEMAPHORE *semaphore_ptr;
8989
UINT status;
9090

9191
/* Get the condition variable's internal semaphore. */
92-
/* Simply convert the COndition variable control block into a semaphore a cast */
92+
/* Simply convert the condition variable control block into a semaphore using casting */
9393
semaphore_ptr = (&( cond->cond_semaphore ));
9494
if ( semaphore_ptr->tx_semaphore_suspended_count)
9595
{

0 commit comments

Comments
 (0)