diff options
author | ru <ru@FreeBSD.org> | 2005-08-02 20:06:48 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2005-08-02 20:06:48 +0000 |
commit | c6be3c9271c25e408ec223d708155cc24ae23617 (patch) | |
tree | fa7d423dc17654bb472d6c1bb981aa721658a24e /sys/netgraph/netgraph.h | |
parent | d763f91523015fa0c89afe23c3f6f72056426bd2 (diff) | |
download | FreeBSD-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.h | 4 |
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) \ |