summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/netgraph.h
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2005-08-02 20:06:48 +0000
committerru <ru@FreeBSD.org>2005-08-02 20:06:48 +0000
commitc6be3c9271c25e408ec223d708155cc24ae23617 (patch)
treefa7d423dc17654bb472d6c1bb981aa721658a24e /sys/netgraph/netgraph.h
parentd763f91523015fa0c89afe23c3f6f72056426bd2 (diff)
downloadFreeBSD-src-c6be3c9271c25e408ec223d708155cc24ae23617.zip
FreeBSD-src-c6be3c9271c25e408ec223d708155cc24ae23617.tar.gz
Fix up the comment.
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