From cafb3b47d008d5dd887a8f266969e15f3fe6a439 Mon Sep 17 00:00:00 2001 From: "Guillaume J. Charmes" Date: Tue, 31 Oct 2023 14:32:20 -0400 Subject: [PATCH] Fix typo. --- io_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/io_test.go b/io_test.go index d448eb7..a429edb 100644 --- a/io_test.go +++ b/io_test.go @@ -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.