aboutsummaryrefslogtreecommitdiff
path: root/src/net/interface.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/interface.go')
-rw-r--r--src/net/interface.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/interface.go b/src/net/interface.go
index 64a284c157..c99f8fd216 100644
--- a/src/net/interface.go
+++ b/src/net/interface.go
@@ -15,7 +15,7 @@ var (
)
// Interface represents a mapping between network interface name
-// and index. It also represents network interface facility
+// and index. It also represents network interface facility
// information.
type Interface struct {
Index int // positive integer that starts at one, zero is never used