aboutsummaryrefslogtreecommitdiff
path: root/lib/libstand
diff options
context:
space:
mode:
authorBjoern A. Zeeb <bz@FreeBSD.org>2016-03-22 14:08:00 +0000
committerBjoern A. Zeeb <bz@FreeBSD.org>2016-03-22 14:08:00 +0000
commit936ce6544493b553f8dd3480ebfca0d5e8717c3b (patch)
treee70436a84aaa399e6cf8e3c280c456bf8ad21951 /lib/libstand
parent68d35798b951db18ca484d26ebcd554025d2a61a (diff)
downloadsrc-936ce6544493b553f8dd3480ebfca0d5e8717c3b.tar.gz
src-936ce6544493b553f8dd3480ebfca0d5e8717c3b.zip
Correct comment.
MFC after: 2 weeks
Notes
Notes: svn path=/head/; revision=297191
Diffstat (limited to 'lib/libstand')
-rw-r--r--lib/libstand/globals.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libstand/globals.c b/lib/libstand/globals.c
index 8284fae71d10..f2c624083c27 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 */