aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/transport
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-07-31 08:51:11 -0700
committerGravatar Craig Tiller <ctiller@google.com>2015-07-31 08:51:11 -0700
commitbe043d9ce7d69eb3787ed232f0bc8a3f99e69807 (patch)
treec4f2d479b156b289dc324365fc4ba49958a6a124 /src/core/transport
parent5d405bd3ec5fbff80f6ab58a72ad670800370418 (diff)
parenta87d6c2af6a8bbad50d9ad639873357fd824b791 (diff)
Merge branch 'auth_md_processor' of github.com:jboeuf/grpc into complain-with-both-passion-and-meaning
Diffstat (limited to 'src/core/transport')
-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. */