Skip to content

Commit 9920da4

Browse files
committed
btl/tcp: Fix copy-paste misprint
Signed-off-by: Dmitry Gladkov <dmitrygla@mellanox.com>
1 parent 89fa061 commit 9920da4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opal/mca/btl/tcp/btl_tcp_component.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ static int mca_btl_tcp_component_register(void)
266266
"The size of the receive buffer socket option for each connection. "
267267
"Modern TCP stacks generally are smarter than a fixed size and in some "
268268
"situations setting a buffer size explicitly can actually lower "
269-
"performance. 0 means the tcp btl will not try to set a send buffer "
269+
"performance. 0 means the tcp btl will not try to set a receive buffer "
270270
"size.",
271271
0, OPAL_INFO_LVL_4, &mca_btl_tcp_component.tcp_rcvbuf);
272272
mca_btl_tcp_param_register_int ("endpoint_cache",

0 commit comments

Comments
 (0)