Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Aug 2014 03:52:41 +0000 (UTC)
From:      Glen Barber <gjb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r270009 - in stable: 10/sbin/ifconfig 9/sbin/ifconfig
Message-ID:  <201408150352.s7F3qfvi001167@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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/10/sbin/ifconfig/ifconfig.c
Directory Properties:
  stable/10/   (props changed)

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

Modified: stable/10/sbin/ifconfig/ifconfig.c
==============================================================================
--- stable/10/sbin/ifconfig/ifconfig.c	Fri Aug 15 02:43:02 2014	(r270008)
+++ stable/10/sbin/ifconfig/ifconfig.c	Fri Aug 15 03:52:40 2014	(r270009)
@@ -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;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408150352.s7F3qfvi001167>