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;
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to