Skip to content

Commit d92b0d8

Browse files
author
Ikko Ashimine
authored
Fix typo in messages.jl (#40205)
bounday -> boundary
1 parent 4f5044a commit d92b0d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/Distributed/src/messages.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ abstract type AbstractMsg end
88
# Each message has three parts, which are written in order to the worker's stream.
99
# 1) A header of type MsgHeader is serialized to the stream (via `serialize`).
1010
# 2) A message of type AbstractMsg is then serialized.
11-
# 3) Finally, a fixed bounday of 10 bytes is written.
11+
# 3) Finally, a fixed boundary of 10 bytes is written.
1212

1313
# Message header stored separately from body to be able to send back errors if
1414
# a deserialization error occurs when reading the message body.

0 commit comments

Comments
 (0)