Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
markdroth committed Jun 28, 2024
1 parent 9a80e3d commit cb8fb12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/telemetry/call_tracer.h
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ class CallTracerInterface : public CallTracerAnnotationInterface {
virtual void RecordReceivedDecompressedMessage(
const SliceBuffer& recv_decompressed_message) = 0;
// TODO(roth): When the legacy filter stack goes away, remove this
// message, since cancellation will always be reported at the same
// method, since cancellation will always be reported at the same
// time as we report the call's status.
virtual void RecordCancel(grpc_error_handle cancel_error) = 0;
// Traces a new TCP transport attempt for this call attempt. Note the TCP
Expand Down

0 comments on commit cb8fb12

Please sign in to comment.