diff options
author | mmcc <mmcc@cvs.openbsd.org> | 2015-12-01 00:49:13 +0000 |
---|---|---|
committer | mmcc <mmcc@cvs.openbsd.org> | 2015-12-01 00:49:13 +0000 |
commit | 8a82fb6046e03fc5cfa7dee3ceb8cc4963bd0dea (patch) | |
tree | db7c9d9dcd371db46a36a102f6bf7aaa3eb953e4 /sys | |
parent | a64d6c40fbc137e5cc73a6b3d23119cabc5be48c (diff) |
typo in comment
Diffstat (limited to 'sys')
-rw-r--r-- | sys/netinet/ip_output.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/ip_output.c b/sys/netinet/ip_output.c index e32b87b8e28..58dce03f26d 100644 --- a/sys/netinet/ip_output.c +++ b/sys/netinet/ip_output.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ip_output.c,v 1.308 2015/11/26 10:36:20 mpi Exp $ */ +/* $OpenBSD: ip_output.c,v 1.309 2015/12/01 00:49:12 mmcc Exp $ */ /* $NetBSD: ip_output.c,v 1.28 1996/02/13 23:43:07 christos Exp $ */ /* @@ -1042,7 +1042,7 @@ ip_ctloutput(int op, struct socket *so, int level, int optname, rtid = *mtod(m, u_int *); if (inp->inp_rtableid == rtid) break; - /* needs priviledges to switch when already set */ + /* needs privileges to switch when already set */ if (p->p_p->ps_rtableid != rtid && p->p_p->ps_rtableid != 0 && (error = suser(p, 0)) != 0) |