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:
David du Colombier 2015-04-16 20:42:21 +02:00 committed by Brad Fitzpatrick
parent c1e73dd286
commit 3eadc59b0d
1 changed files with 1 additions and 1 deletions

View File

@ -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