summaryrefslogtreecommitdiffstats
path: root/freebsd/sys/net/if_media.c
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/sys/net/if_media.c')
-rw-r--r--freebsd/sys/net/if_media.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/freebsd/sys/net/if_media.c b/freebsd/sys/net/if_media.c
index 46b57b42..3bc6122c 100644
--- a/freebsd/sys/net/if_media.c
+++ b/freebsd/sys/net/if_media.c
@@ -237,7 +237,7 @@ ifmedia_ioctl(ifp, ifr, ifm, cmd)
/*
* If no change, we're done.
* XXX Automedia may invole software intervention.
- * Keep going in case the the connected media changed.
+ * Keep going in case the connected media changed.
* Similarly, if best match changed (kernel debugger?).
*/
if ((IFM_SUBTYPE(newmedia) != IFM_AUTO) &&