Commit 3eadc59b authored by David du Colombier's avatar David du Colombier Committed by Brad Fitzpatrick

net: fix typo in comment

Change-Id: I8b2063e65d3454a694a789c1682dacfe0bea2e19
Reviewed-on: https://go-review.googlesource.com/8965Reviewed-by: default avatarBrad Fitzpatrick <bradfitz@golang.org>
parent c1e73dd2
...@@ -11,7 +11,7 @@ import ( ...@@ -11,7 +11,7 @@ import (
"time" "time"
) )
// Network file descritor. // Network file descriptor.
type netFD struct { type netFD struct {
// locking/lifetime of sysfd + serialize access to Read and Write methods // locking/lifetime of sysfd + serialize access to Read and Write methods
fdmu fdMutex fdmu fdMutex
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment