diff options
author | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2016-07-23 00:20:02 +0200 |
---|---|---|
committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2016-07-23 00:20:02 +0200 |
commit | 4b4266a738bf18d0559737ef3d6c014331eea597 (patch) | |
tree | 01f24a9d4c94c8b1ba04a02541a235680991dd6e /src/core | |
parent | 93da284179f53d43a870eb5f6a2bd65e1b7f1fda (diff) |
Fixing documentation typo.
Diffstat (limited to 'src/core')
-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; |