aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorGravatar Yash Tibrewal <yashkt@google.com>2018-06-20 16:26:08 -0700
committerGravatar GitHub <noreply@github.com>2018-06-20 16:26:08 -0700
commit0be746faff141a7b79b0a35ec3047cad29eafd41 (patch)
tree34421462fcdfdd4d8d34040575345501e729df9f /include
parent4be9f423912a896e6f911405a60838ed1aa81c08 (diff)
parent73a124fcfbf4af301e993fd3dafe8750dbc9a6a1 (diff)
Merge pull request #15823 from yashykt/writethroughdoc
Wire to socket doc change
Diffstat (limited to 'include')
-rw-r--r--include/grpcpp/impl/codegen/call.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/grpcpp/impl/codegen/call.h b/include/grpcpp/impl/codegen/call.h
index e324f6b14d..a5e930aaa5 100644
--- a/include/grpcpp/impl/codegen/call.h
+++ b/include/grpcpp/impl/codegen/call.h
@@ -171,8 +171,8 @@ class WriteOptions {
return *this;
}
- /// Guarantee that all bytes have been written to the wire before completing
- /// this write (usually writes are completed when they pass flow control)
+ /// Guarantee that all bytes have been written to the socket before completing
+ /// this write (usually writes are completed when they pass flow control).
inline WriteOptions& set_write_through() {
SetBit(GRPC_WRITE_THROUGH);
return *this;