summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/ng_gif.c
diff options
context:
space:
mode:
authorpfg <pfg@FreeBSD.org>2016-04-29 21:25:05 +0000
committerpfg <pfg@FreeBSD.org>2016-04-29 21:25:05 +0000
commit79a1fafeb42e583ed21b9d628a7f5843af2363c6 (patch)
treea105ac679aa23495f95998203cdb54c8ba79d19b /sys/netgraph/ng_gif.c
parentd3b6c9c90faa979f0fbec505c7207a8414476c8d (diff)
downloadFreeBSD-src-79a1fafeb42e583ed21b9d628a7f5843af2363c6.zip
FreeBSD-src-79a1fafeb42e583ed21b9d628a7f5843af2363c6.tar.gz
sys/netgraph: spelling fixes in comments.
No functional change.
Diffstat (limited to 'sys/netgraph/ng_gif.c')
-rw-r--r--sys/netgraph/ng_gif.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netgraph/ng_gif.c b/sys/netgraph/ng_gif.c
index 580b8b1..199546c 100644
--- a/sys/netgraph/ng_gif.c
+++ b/sys/netgraph/ng_gif.c
@@ -491,7 +491,7 @@ ng_gif_shutdown(node_p node)
if (node->nd_flags & NGF_REALLY_DIE) {
/*
* WE came here because the gif interface is being destroyed,
- * so stop being persistant.
+ * so stop being persistent.
* Actually undo all the things we did on creation.
* Assume the ifp has already been freed.
*/
OpenPOWER on IntegriCloud