summaryrefslogtreecommitdiffstats
path: root/sbin/nos-tun/nos-tun.c
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/nos-tun/nos-tun.c')
-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 95abd5f..79519fa 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));
OpenPOWER on IntegriCloud