diff options
author | kpayson64 <kpayson@google.com> | 2016-07-25 19:06:19 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-25 19:06:19 -0700 |
commit | 7b104cd1c23a3e6ee3cb0809f39617ceda5e2575 (patch) | |
tree | 7410c47e7a4a2eb2dbac5c3864ca14bcdccc853c /src/core/lib | |
parent | 15e5c3f4068405cb55d4a920c7959ecbd536518d (diff) | |
parent | 4b4266a738bf18d0559737ef3d6c014331eea597 (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.h | 2 |
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; |