diff options
| author | Eitan Adler <eadler@FreeBSD.org> | 2015-10-21 05:37:09 +0000 |
|---|---|---|
| committer | Eitan Adler <eadler@FreeBSD.org> | 2015-10-21 05:37:09 +0000 |
| commit | 463a577b274c9523cb72f534d42e7efa4d8e1c3d (patch) | |
| tree | 1149682a8773189b3c623000a582961e7e382c47 /usr.sbin/rtsold | |
| parent | d82fd861a14a622047697f4a04f642ef6176b961 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/rtsold')
| -rw-r--r-- | usr.sbin/rtsold/rtsold.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/rtsold/rtsold.h b/usr.sbin/rtsold/rtsold.h index 56b4185eb0ea..f19fb3ccd93b 100644 --- a/usr.sbin/rtsold/rtsold.h +++ b/usr.sbin/rtsold/rtsold.h @@ -67,7 +67,7 @@ struct ifinfo { int active; /* interface status */ int probeinterval; /* interval of probe timer (if necessary) */ int probetimer; /* rest of probe timer */ - int mediareqok; /* wheter the IF supports SIOCGIFMEDIA */ + int mediareqok; /* whether the IF supports SIOCGIFMEDIA */ int otherconfig; /* need a separate protocol for the "other" * configuration */ int state; |
