We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f5044a commit d92b0d8Copy full SHA for d92b0d8
stdlib/Distributed/src/messages.jl
@@ -8,7 +8,7 @@ abstract type AbstractMsg end
8
# Each message has three parts, which are written in order to the worker's stream.
9
# 1) A header of type MsgHeader is serialized to the stream (via `serialize`).
10
# 2) A message of type AbstractMsg is then serialized.
11
-# 3) Finally, a fixed bounday of 10 bytes is written.
+# 3) Finally, a fixed boundary of 10 bytes is written.
12
13
# Message header stored separately from body to be able to send back errors if
14
# a deserialization error occurs when reading the message body.
0 commit comments