summaryrefslogtreecommitdiff
path: root/internal/log/caller.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/log/caller.go')
-rw-r--r--internal/log/caller.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/log/caller.go b/internal/log/caller.go
index b6c2416cd..75b8d82d9 100644
--- a/internal/log/caller.go
+++ b/internal/log/caller.go
@@ -22,7 +22,7 @@ import (
"strings"
)
-// Caller fetches the calling function name, skipping 'depth'. Results are cached per PC.
+// Caller fetches the calling function name, skipping 'depth'.
func Caller(depth int) string {
var pcs [1]uintptr