summaryrefslogtreecommitdiffstats
path: root/sbin/ifconfig
diff options
context:
space:
mode:
authorgjb <gjb@FreeBSD.org>2014-08-15 03:52:40 +0000
committergjb <gjb@FreeBSD.org>2014-08-15 03:52:40 +0000
commit28c99f4366718cbf51d5b9827d250ef24b82296c (patch)
tree65b0acc0d6a5acd0d4f6c31f2e5dbb69cceb09d0 /sbin/ifconfig
parentd042b7653225b4e6f4a35f5cc44fb95a02edf775 (diff)
downloadFreeBSD-src-28c99f4366718cbf51d5b9827d250ef24b82296c.zip
FreeBSD-src-28c99f4366718cbf51d5b9827d250ef24b82296c.tar.gz
MFC r269888:
Fix a typo in a comment: s/interprete/interpret/ Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'sbin/ifconfig')
-rw-r--r--sbin/ifconfig/ifconfig.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/ifconfig/ifconfig.c b/sbin/ifconfig/ifconfig.c
index 983e21f..6d29f20 100644
--- a/sbin/ifconfig/ifconfig.c
+++ b/sbin/ifconfig/ifconfig.c
@@ -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;
OpenPOWER on IntegriCloud