svn commit: r317620 - head/sbin/ifconfig

Alan Somers asomers at FreeBSD.org
Mon May 1 01:42:27 UTC 2017


Author: asomers
Date: Mon May  1 01:42:26 2017
New Revision: 317620
URL: https://svnweb.freebsd.org/changeset/base/317620

Log:
  Fix a comment that's been wrong ever since this file was imported in 1997

Modified:
  head/sbin/ifconfig/ifmedia.c

Modified: head/sbin/ifconfig/ifmedia.c
==============================================================================
--- head/sbin/ifconfig/ifmedia.c	Mon May  1 01:40:24 2017	(r317619)
+++ head/sbin/ifconfig/ifmedia.c	Mon May  1 01:42:26 2017	(r317620)
@@ -371,7 +371,7 @@ setmediamode(const char *val, int d, int
 }
 
 /**********************************************************************
- * A good chunk of this is duplicated from sys/net/ifmedia.c
+ * A good chunk of this is duplicated from sys/net/if_media.c
  **********************************************************************/
 
 static struct ifmedia_description ifm_type_descriptions[] =


More information about the svn-src-all mailing list