Skip to content

Commit

Permalink
net: fix typo in comment
Browse files Browse the repository at this point in the history
Change-Id: I8b2063e65d3454a694a789c1682dacfe0bea2e19
Reviewed-on: https://go-review.googlesource.com/8965
Reviewed-by: Brad Fitzpatrick <[email protected]>
  • Loading branch information
0intro authored and bradfitz committed Apr 16, 2015
1 parent c1e73dd commit 3eadc59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/net/fd_plan9.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3eadc59

Please sign in to comment.