Skip to content

Commit

Permalink
#276: reduce: fix grammar in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lifflander committed Jun 13, 2023
1 parent 0268648 commit 063a12c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vt/collective/reduce/operators/default_op.impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ template <typename MsgT, typename Op, typename ActOp>
msg->getParamCallback().sendTuple(std::move(msg->getVal()));
}
} else {
// We need to force the type the more specific one here
// We need to force the type to the more specific one here
auto cb = msg->getMsgCallback();
auto typed_cb = reinterpret_cast<Callback<MsgT>*>(&cb);
typed_cb->sendMsg(msg);
Expand Down

0 comments on commit 063a12c

Please sign in to comment.