aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/transport/stream_op.h
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-08-06 13:05:34 -0700
committerGravatar Craig Tiller <ctiller@google.com>2015-08-06 13:05:34 -0700
commitc2811525cf523b9831eefe3db88a58918095669a (patch)
treeadd25dd94795767dc119de1ecafacd24faa495a2 /src/core/transport/stream_op.h
parent2db17838e7f0de0603b53f043f1adf8043914aa2 (diff)
parent54b5018dd889cbc5059ff77ba083ff7020c63a9b (diff)
Merge branch 'server_creds_auth_md_processor' of github.com:jboeuf/grpc into tell-the-world-about-ALL-the-things
Diffstat (limited to 'src/core/transport/stream_op.h')
-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 f27ef1b66b..227320cf2a 100644
--- a/src/core/transport/stream_op.h
+++ b/src/core/transport/stream_op.h
@@ -108,7 +108,7 @@ void grpc_metadata_batch_move(grpc_metadata_batch *dst,
grpc_metadata_batch *src);
/** Add \a storage to the beginning of \a batch. storage->md is
- assumed to be valid.
+ assumed to be valid.
\a storage is owned by the caller and must survive for the
lifetime of batch. This usually means it should be around
for the lifetime of the call. */