Skip to content

Commit cd775a1

Browse files
abhinavaroradzhwinter
authored andcommitted
Fixing typo in Send op (#7625)
1 parent 2dc5c69 commit cd775a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

paddle/operators/send_op.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ class SendOpMaker : public framework::OpProtoAndCheckerMaker {
6666
AddOutput("Out", "(Tensor) Output tensor to get from server")
6767
.AsDuplicable();
6868
AddComment(R"DOC(
69-
Recv operator
69+
Send operator
7070
7171
This operator will send tensor to recv_op.
7272
)DOC");

0 commit comments

Comments
 (0)