Skip to content

Commit

Permalink
#883: active: Update the comment for deliver_bcast_to_sender envelope…
Browse files Browse the repository at this point in the history
… bit
  • Loading branch information
JacobDomagala committed Feb 23, 2021
1 parent c166484 commit 73b7e8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vt/messaging/envelope/envelope_base.h
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ struct ActiveEnvelope {
bool is_locked : 1;

// Used only for broadcast to default group
// Determines whether message should be send also to sender
// Determines whether message should also be sent to the sender
bool deliver_bcast_to_sender : 1;
};

Expand Down

0 comments on commit 73b7e8c

Please sign in to comment.