Fix a typo in a comment: s/interprete/interpret/

Submitted by:	Sam Fourman Jr.
MFC after:	3 days
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Glen Barber 2014-08-12 19:37:49 +00:00
parent d9f3b5e7b4
commit 33640c4a82
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=269888

View File

@ -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;