From 4b0a156ae1735cdb40c07fe56747aa3923b7d055 Mon Sep 17 00:00:00 2001 From: postmannen Date: Wed, 22 Jun 2022 14:43:01 +0200 Subject: [PATCH] updated comments --- requests.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requests.go b/requests.go index 7d14dc6..25cd071 100644 --- a/requests.go +++ b/requests.go @@ -455,7 +455,7 @@ func newReplyMessage(proc process, message Message, outData []byte) { // TODO: Check that we still got all the fields present that are needed here. newMsg := Message{ ToNode: message.FromNode, - // The ToNodes field is not needed since it only a concept that exists when messages + // The ToNodes field is not needed since it is only a concept that exists when messages // are injected f.ex. on a socket, and there they are directly converted into separate // node messages. With other words a message in the system are only for single nodes, // so we don't have to worry about the ToNodes field when creating reply messages.