svn commit: r270009 - in stable: 10/sbin/ifconfig 9/sbin/ifconfig
Glen Barber
gjb at FreeBSD.org
Fri Aug 15 03:52:41 UTC 2014
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;
More information about the svn-src-stable-9
mailing list