From c4d0c3f5087b07ad8e883cdf648b79ce86c46dac Mon Sep 17 00:00:00 2001 From: Miek Gieben Date: Fri, 8 Oct 2021 16:05:53 +0200 Subject: [PATCH] better comment Signed-off-by: Miek Gieben --- plugin/pkg/dnstest/recorder.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/pkg/dnstest/recorder.go b/plugin/pkg/dnstest/recorder.go index d56c62f50..ebffaf937 100644 --- a/plugin/pkg/dnstest/recorder.go +++ b/plugin/pkg/dnstest/recorder.go @@ -20,7 +20,7 @@ type Recorder struct { Len int Msg *dns.Msg Start time.Time - // CallerN holds string parameters of a call to runtime.Caller(N) + // CallerN holds string return value of the call to runtime.Caller(N) Caller1 string Caller2 string Caller3 string