Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gsexton committed Sep 12, 2024
1 parent 6990635 commit 1edbb95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netlink/onewire.go
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ func (d *driver1W) Init() (bool, error) {
defer s.close()

// When run in pipelines, this blocks infinitely. Set a reasonable timeout.
// Since this package has not tests that will run in the pipeline, it will
// Since this package has no tests that will run in the pipeline, it will
// work out.
err = syscall.SetNonblock(s.fd, true)
if err != nil {
Expand Down

0 comments on commit 1edbb95

Please sign in to comment.