diff options
author | bz <bz@FreeBSD.org> | 2016-03-22 14:08:00 +0000 |
---|---|---|
committer | bz <bz@FreeBSD.org> | 2016-03-22 14:08:00 +0000 |
commit | f5ed7025e9fbc9640aa45a995379ad422195b78d (patch) | |
tree | e70436a84aaa399e6cf8e3c280c456bf8ad21951 /lib/libstand | |
parent | 1c2e36026bfe18ad2d98c30bc85af614550aa1a9 (diff) | |
download | FreeBSD-src-f5ed7025e9fbc9640aa45a995379ad422195b78d.zip FreeBSD-src-f5ed7025e9fbc9640aa45a995379ad422195b78d.tar.gz |
Correct comment.
MFC after: 2 weeks
Diffstat (limited to 'lib/libstand')
-rw-r--r-- | lib/libstand/globals.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libstand/globals.c b/lib/libstand/globals.c index 8284fae..f2c6240 100644 --- a/lib/libstand/globals.c +++ b/lib/libstand/globals.c @@ -30,7 +30,7 @@ struct in_addr myip; /* my ip address */ struct in_addr nameip; /* DNS server ip address */ struct in_addr rootip; /* root ip address */ struct in_addr swapip; /* swap ip address */ -struct in_addr gateip; /* swap ip address */ +struct in_addr gateip; /* gateway ip address */ n_long netmask = 0xffffff00; /* subnet or net mask */ u_int intf_mtu; /* interface mtu from bootp/dhcp */ int errno; /* our old friend */ |