mirror of
https://github.com/creack/pty.git
synced 2026-03-31 10:37:09 +09:00
Fix typo.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user