Skip to content
Snippets Groups Projects
Commit 145fb8f3 authored by Craig Tiller's avatar Craig Tiller
Browse files

Merge pull request #2032 from grpc/stream__h_comment_fix

Tiny comment fix
parents 4191ea7d 72364d44
No related branches found
No related tags found
No related merge requests found
...@@ -58,7 +58,7 @@ typedef enum grpc_stream_op_code { ...@@ -58,7 +58,7 @@ typedef enum grpc_stream_op_code {
GRPC_OP_SLICE GRPC_OP_SLICE
} grpc_stream_op_code; } grpc_stream_op_code;
/* Arguments for GRPC_OP_BEGIN */ /* Arguments for GRPC_OP_BEGIN_MESSAGE */
typedef struct grpc_begin_message { typedef struct grpc_begin_message {
/* How many bytes of data will this message contain */ /* How many bytes of data will this message contain */
gpr_uint32 length; gpr_uint32 length;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment