From eb2274bded42c61b86730096eff388ea8ea117a8 Mon Sep 17 00:00:00 2001 From: Marten Seemann Date: Mon, 19 Apr 2021 15:25:02 +0700 Subject: [PATCH] fix doc comment for Tracer.TracerForConnection --- logging/interface.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/logging/interface.go b/logging/interface.go index 7a217dfa..8f756682 100644 --- a/logging/interface.go +++ b/logging/interface.go @@ -92,7 +92,7 @@ const ( // A Tracer traces events. type Tracer interface { - // ConnectionTracer requests a new tracer for a connection. + // TracerForConnection requests a new tracer for a connection. // The ODCID is the original destination connection ID: // The destination connection ID that the client used on the first Initial packet it sent on this connection. // If nil is returned, tracing will be disabled for this connection.