aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib
diff options
context:
space:
mode:
authorGravatar kpayson64 <kpayson@google.com>2016-07-25 19:06:19 -0700
committerGravatar GitHub <noreply@github.com>2016-07-25 19:06:19 -0700
commit7b104cd1c23a3e6ee3cb0809f39617ceda5e2575 (patch)
tree7410c47e7a4a2eb2dbac5c3864ca14bcdccc853c /src/core/lib
parent15e5c3f4068405cb55d4a920c7959ecbd536518d (diff)
parent4b4266a738bf18d0559737ef3d6c014331eea597 (diff)
Merge pull request #7511 from nicolasnoble/doc-typo
Fixing documentation typo.
Diffstat (limited to 'src/core/lib')
-rw-r--r--src/core/lib/transport/transport.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/lib/transport/transport.h b/src/core/lib/transport/transport.h
index 08c0a237c9..e33fc5c761 100644
--- a/src/core/lib/transport/transport.h
+++ b/src/core/lib/transport/transport.h
@@ -138,7 +138,7 @@ typedef struct grpc_transport_stream_op {
/** If != GRPC_ERROR_NONE, cancel this stream */
grpc_error *cancel_error;
- /** If != GRPC_ERROR, send grpc-status, grpc-message, and close this
+ /** If != GRPC_ERROR_NONE, send grpc-status, grpc-message, and close this
stream for both reading and writing */
grpc_error *close_error;