mirror of https://github.com/golang/go.git
net: fix typo in comment
Change-Id: I8b2063e65d3454a694a789c1682dacfe0bea2e19 Reviewed-on: https://go-review.googlesource.com/8965 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
parent
c1e73dd286
commit
3eadc59b0d
|
|
@ -11,7 +11,7 @@ import (
|
|||
"time"
|
||||
)
|
||||
|
||||
// Network file descritor.
|
||||
// Network file descriptor.
|
||||
type netFD struct {
|
||||
// locking/lifetime of sysfd + serialize access to Read and Write methods
|
||||
fdmu fdMutex
|
||||
|
|
|
|||
Loading…
Reference in New Issue