summaryrefslogtreecommitdiffstats
path: root/sys/net/if_ppp.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/net/if_ppp.c')
-rw-r--r--sys/net/if_ppp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/if_ppp.c b/sys/net/if_ppp.c
index 24c381a..462b7c5 100644
--- a/sys/net/if_ppp.c
+++ b/sys/net/if_ppp.c
@@ -716,8 +716,8 @@ pppsioctl(ifp, cmd, data)
case SIOCSIFMTU:
/*
- * XXXRW: Isn't this suser() check redundant to the one at the ifnet
- * layer?
+ * XXXRW: Isn't this priv_check() check redundant to the one at the
+ * ifnet layer?
*/
error = priv_check(td, PRIV_NET_SETIFMTU);
if (error)
OpenPOWER on IntegriCloud