Update internal/sync/log.go

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Marc Brooks 2025-11-18 19:19:50 -06:00 committed by GitHub
parent 8fbd4f2955
commit afca8c3642
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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() {