Skip to content

Commit

Permalink
comment improved
Browse files Browse the repository at this point in the history
  • Loading branch information
BLuedtke committed Dec 5, 2024
1 parent dd96dca commit 58bc6cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transmission/bidib_transmission_node_states.c
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ static bool bidib_node_stall_ready(const uint8_t *const addr_stack) {
// Is the node at the address of current addr_cpy stalled?
if (state != NULL && state->stall) {
// Node at addr_cpy is stalled -> search its stall_affected_nodes_queue to see
// if (the node at) addr_stack is contained in it.
// if the queue contains the (node at) addr_stack.
if (!g_queue_find_custom(state->stall_affected_nodes_queue, addr_stack,
(GCompareFunc)bidib_node_stall_queue_entry_equals))
{
Expand Down

0 comments on commit 58bc6cf

Please sign in to comment.