Răsfoiți Sursa

Improve comment.

Mark D. Roth 7 ani în urmă
părinte
comite
e428b97023
1 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  1. 2 2
      src/core/ext/filters/client_channel/client_channel.cc

+ 2 - 2
src/core/ext/filters/client_channel/client_channel.cc

@@ -2050,8 +2050,8 @@ static void on_complete(void* arg, grpc_error* error) {
     // Add closure for the completed pending batch, if any.
     add_closure_for_completed_pending_batch(elem, batch_data, retry_state,
                                             GRPC_ERROR_REF(error), &closures);
-    // If needed, add a callback to start_retriable_subchannel_batches() to
-    // start any replay or pending send ops on the subchannel call.
+    // If needed, add a callback to start any replay or pending send ops on
+    // the subchannel call.
     if (!retry_state->completed_recv_trailing_metadata) {
       add_closures_for_replay_or_pending_send_ops(elem, batch_data, retry_state,
                                                   &closures);