From 063a12c4e8e4f798c379b30b26e5f54de25fff10 Mon Sep 17 00:00:00 2001 From: Jonathan Lifflander Date: Mon, 5 Jun 2023 14:12:27 -0700 Subject: [PATCH] #276: reduce: fix grammar in comment --- src/vt/collective/reduce/operators/default_op.impl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vt/collective/reduce/operators/default_op.impl.h b/src/vt/collective/reduce/operators/default_op.impl.h index 5a5a05bdde..5cea7f650b 100644 --- a/src/vt/collective/reduce/operators/default_op.impl.h +++ b/src/vt/collective/reduce/operators/default_op.impl.h @@ -71,7 +71,7 @@ template 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*>(&cb); typed_cb->sendMsg(msg);