Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
creack committed Oct 31, 2023
1 parent 0a15590 commit cafb3b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion io_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit cafb3b4

Please sign in to comment.