aboutsummaryrefslogtreecommitdiff
path: root/src/net
diff options
context:
space:
mode:
Diffstat (limited to 'src/net')
-rw-r--r--src/net/interface_plan9.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/interface_plan9.go b/src/net/interface_plan9.go
index 21d2f95040..93c783b56e 100644
--- a/src/net/interface_plan9.go
+++ b/src/net/interface_plan9.go
@@ -59,7 +59,7 @@ func readInterface(i int) (*Interface, error) {
fields := getFields(line)
// If the interface has no device file then we see two spaces between "device" and
- // "maxtu" and and getFields treats the two spaces as one delimiter.
+ // "maxtu" and getFields treats the two spaces as one delimiter.
// Insert a gap for the missing device name.
// See https://go.dev/issue/72060.
if stringslite.HasPrefix(line, "device maxtu ") {