svn commit: r269888 - head/sbin/ifconfig

Glen Barber gjb at FreeBSD.org
Tue Aug 12 19:37:50 UTC 2014


Author: gjb
Date: Tue Aug 12 19:37:49 2014
New Revision: 269888
URL: http://svnweb.freebsd.org/changeset/base/269888

Log:
  Fix a typo in a comment: s/interprete/interpret/
  
  Submitted by:	Sam Fourman Jr.
  MFC after:	3 days
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/sbin/ifconfig/ifconfig.c

Modified: head/sbin/ifconfig/ifconfig.c
==============================================================================
--- head/sbin/ifconfig/ifconfig.c	Tue Aug 12 18:22:57 2014	(r269887)
+++ head/sbin/ifconfig/ifconfig.c	Tue Aug 12 19:37:49 2014	(r269888)
@@ -78,7 +78,7 @@ static const char rcsid[] =
 
 /*
  * Since "struct ifreq" is composed of various union members, callers
- * should pay special attention to interprete the value.
+ * should pay special attention to interpret the value.
  * (.e.g. little/big endian difference in the structure.)
  */
 struct	ifreq ifr;


More information about the svn-src-all mailing list