summaryrefslogtreecommitdiffstats
path: root/sbin/ifconfig
diff options
context:
space:
mode:
authorgjb <gjb@FreeBSD.org>2014-08-12 19:37:49 +0000
committergjb <gjb@FreeBSD.org>2014-08-12 19:37:49 +0000
commit3a0070ccedfee41724d5288d112f2e2aeab68b1e (patch)
tree85abb1868faa9d6151cb4165592d6eaf269f9d3e /sbin/ifconfig
parent7c1fb8a7e85392d47b250c7ac200039251c9da2b (diff)
downloadFreeBSD-src-3a0070ccedfee41724d5288d112f2e2aeab68b1e.zip
FreeBSD-src-3a0070ccedfee41724d5288d112f2e2aeab68b1e.tar.gz
Fix a typo in a comment: s/interprete/interpret/
Submitted by: Sam Fourman Jr. MFC after: 3 days 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 d2ddeca..1f93a0d 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