aboutsummaryrefslogtreecommitdiff
path: root/sbin/nos-tun
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2001-07-23 12:05:27 +0000
committerKris Kennaway <kris@FreeBSD.org>2001-07-23 12:05:27 +0000
commit56bded8a2916e65ec31d00dcee679f39f8c7a672 (patch)
treeef26e3a00053ed7d945354bad866ccfa483a70cf /sbin/nos-tun
parentb0b32f29dc31b0c7becfd4f12a1bee258210cc23 (diff)
downloadsrc-56bded8a2916e65ec31d00dcee679f39f8c7a672.tar.gz
src-56bded8a2916e65ec31d00dcee679f39f8c7a672.zip
s/adress/address/
Inspired by: OpenBSD MFC After: 1 week
Notes
Notes: svn path=/head/; revision=80203
Diffstat (limited to 'sbin/nos-tun')
-rw-r--r--sbin/nos-tun/nos-tun.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/nos-tun/nos-tun.c b/sbin/nos-tun/nos-tun.c
index 95abd5f58223..79519fa08999 100644
--- a/sbin/nos-tun/nos-tun.c
+++ b/sbin/nos-tun/nos-tun.c
@@ -132,7 +132,7 @@ int tun_open(char *devname, struct sockaddr *ouraddr, char *theiraddr)
}
/*
- * Delete (previous) adresses for interface
+ * Delete (previous) addresses for interface
*
* !!!!
* On FreeBSD this ioctl returns error
@@ -215,7 +215,7 @@ void Finish(int signum)
}
/*
- * Delete adresses for interface
+ * Delete addresses for interface
*/
bzero(&ifra.ifra_addr, sizeof(ifra.ifra_addr));
bzero(&ifra.ifra_broadaddr, sizeof(ifra.ifra_addr));