better comment

Signed-off-by: Miek Gieben <miek@miek.nl>
This commit is contained in:
Miek Gieben
2021-10-08 16:05:53 +02:00
parent a2770e031f
commit c4d0c3f508

View File

@@ -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