From afca8c36429bc31f9e998243b3caffdaa13191f5 Mon Sep 17 00:00:00 2001 From: Marc Brooks Date: Tue, 18 Nov 2025 19:19:50 -0600 Subject: [PATCH] Update internal/sync/log.go Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- internal/sync/log.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/sync/log.go b/internal/sync/log.go index 41937430..a7894423 100644 --- a/internal/sync/log.go +++ b/internal/sync/log.go @@ -165,7 +165,7 @@ func logTryRLockResult(t trackable, l bool) { logLockTrack(ptr).Trace().Msg("locked mutex for reading") } -// You can all this function at any time to log any dangled locks currently tracked +// You can call this function at any time to log any dangled locks currently tracked // it's not an error for there to be open locks, but this can help identify any // potential issues if called judiciously func LogDangledLocks() {