summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/netgraph.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netgraph/netgraph.h')
-rw-r--r--sys/netgraph/netgraph.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netgraph/netgraph.h b/sys/netgraph/netgraph.h
index ae8618d..dfd5018 100644
--- a/sys/netgraph/netgraph.h
+++ b/sys/netgraph/netgraph.h
@@ -1027,8 +1027,8 @@ struct ng_type {
*
* If a different link time is desired, e.g., a device driver that
* needs to install its netgraph type before probing, use the
- * NETGRAPH_INIT_ORDERED() macro instead. Deivce drivers probably
- * want to use SI_SUB_DRIVERS instead of SI_SUB_PSEUDO.
+ * NETGRAPH_INIT_ORDERED() macro instead. Device drivers probably
+ * want to use SI_SUB_DRIVERS/SI_ORDER_FIRST.
*/
#define NETGRAPH_INIT_ORDERED(typename, typestructp, sub, order) \
OpenPOWER on IntegriCloud