Author: gjb
Date: Fri Aug 15 03:52:40 2014
New Revision: 270009
URL: http://svnweb.freebsd.org/changeset/base/270009

Log:
  MFC r269888:
    Fix a typo in a comment: s/interprete/interpret/
  
  Sponsored by: The FreeBSD Foundation

Modified:
  stable/9/sbin/ifconfig/ifconfig.c
Directory Properties:
  stable/9/sbin/ifconfig/   (props changed)

Changes in other areas also in this revision:
Modified:
  stable/10/sbin/ifconfig/ifconfig.c
Directory Properties:
  stable/10/   (props changed)

Modified: stable/9/sbin/ifconfig/ifconfig.c
==============================================================================
--- stable/9/sbin/ifconfig/ifconfig.c   Fri Aug 15 02:43:02 2014        
(r270008)
+++ stable/9/sbin/ifconfig/ifconfig.c   Fri Aug 15 03:52:40 2014        
(r270009)
@@ -76,7 +76,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;
_______________________________________________
svn-src-stable-9@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-stable-9
To unsubscribe, send any mail to "svn-src-stable-9-unsubscr...@freebsd.org"

Reply via email to