瀏覽代碼

Merge pull request #20634 from grpc/vjpai-patch-1

Fix an incorrect comment
Vijay Pai 6 年之前
父節點
當前提交
2cc7dbfc39
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/core/lib/transport/transport.h

+ 1 - 1
src/core/lib/transport/transport.h

@@ -293,7 +293,7 @@ struct grpc_transport_stream_op_batch_payload {
   struct {
     grpc_metadata_batch* recv_trailing_metadata = nullptr;
     grpc_transport_stream_stats* collect_stats = nullptr;
-    /** Should be enqueued when initial metadata is ready to be processed. */
+    /** Should be enqueued when trailing metadata is ready to be processed. */
     grpc_closure* recv_trailing_metadata_ready = nullptr;
   } recv_trailing_metadata;