aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar David G. Quintas <dgq@google.com>2015-06-10 09:54:04 -0700
committerGravatar David G. Quintas <dgq@google.com>2015-06-10 09:54:04 -0700
commit72364d4461d6cc5fc32683f69430d0257afbec5d (patch)
tree950dd07a9f8466036a1f210300d1613f035c7d61
parent4191ea7d9421cfb2b6da08b9e4f0abfd654bd542 (diff)
Tiny comment fix
-rw-r--r--src/core/transport/stream_op.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/transport/stream_op.h b/src/core/transport/stream_op.h
index 5496504229..5215cc87b1 100644
--- a/src/core/transport/stream_op.h
+++ b/src/core/transport/stream_op.h
@@ -58,7 +58,7 @@ typedef enum grpc_stream_op_code {
GRPC_OP_SLICE
} grpc_stream_op_code;
-/* Arguments for GRPC_OP_BEGIN */
+/* Arguments for GRPC_OP_BEGIN_MESSAGE */
typedef struct grpc_begin_message {
/* How many bytes of data will this message contain */
gpr_uint32 length;