summaryrefslogtreecommitdiffstats
path: root/sys/dev/cp
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/cp')
-rw-r--r--sys/dev/cp/if_cp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/cp/if_cp.c b/sys/dev/cp/if_cp.c
index f1a120f..426a5ee 100644
--- a/sys/dev/cp/if_cp.c
+++ b/sys/dev/cp/if_cp.c
@@ -2171,7 +2171,7 @@ static int ng_cp_rmnode (node_p node)
NG_NODE_SET_PRIVATE (node, NULL);
NG_NODE_UNREF (node);
}
- NG_NODE_REVIVE(node); /* Persistant node */
+ NG_NODE_REVIVE(node); /* Persistent node */
#endif
return 0;
}
OpenPOWER on IntegriCloud