Skip to content

Commit

Permalink
Fix apparent documentation typo (valyala#1330)
Browse files Browse the repository at this point in the history
  • Loading branch information
yunginnanet authored and bbenzikry committed Sep 11, 2022
1 parent 2ea4526 commit 0ac90c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reuseport/reuseport_aix.go
Expand Up @@ -19,7 +19,7 @@ var listenConfig = net.ListenConfig{
},
}

// Listen returns TCP listener with SO_REUSEADDR and SO_REUSEPORT option set, so it uses
// Listen returns a TCP listener with the SO_REUSEADDR and SO_REUSEPORT options set.
func Listen(network, addr string) (net.Listener, error) {
return listenConfig.Listen(context.Background(), network, addr)
}

0 comments on commit 0ac90c1

Please sign in to comment.