diff options
author | 2015-12-01 00:49:12 +0000 | |
---|---|---|
committer | 2015-12-01 00:49:12 +0000 | |
commit | afcc387115d8e7b41249b16d9480fbcb7760a10e (patch) | |
tree | 36cc31942ea40c46f27947d1f103f53423845c90 /sys/netinet/ip_output.c | |
parent | Answering "yes" to the question "Do you want to see the rules of the game?" (diff) | |
download | wireguard-openbsd-afcc387115d8e7b41249b16d9480fbcb7760a10e.tar.xz wireguard-openbsd-afcc387115d8e7b41249b16d9480fbcb7760a10e.zip |
typo in comment
Diffstat (limited to 'sys/netinet/ip_output.c')
-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) |