Fix typo.

This commit is contained in:
Guillaume J. Charmes
2023-10-31 14:32:20 -04:00
parent 0a15590bf0
commit cafb3b47d0

View File

@@ -18,7 +18,7 @@ const (
timeout = time.Second
)
//nolint:gochecknoglobals // Expected global lock to avodi potential race on (*os.File).Fd().
//nolint:gochecknoglobals // Expected global lock to avoid potential race on (*os.File).Fd().
var glTestFdLock sync.Mutex
// Check that SetDeadline() works for ptmx.