diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2005-08-02 20:06:48 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2005-08-02 20:06:48 +0000 |
| commit | 0515d4fd739536d34f96d5fd1897eb1bead6ef4e (patch) | |
| tree | fa7d423dc17654bb472d6c1bb981aa721658a24e /sys/netgraph | |
| parent | 91b756f4359ec2a5198d7a380bdd3af082fb261d (diff) | |
Notes
Diffstat (limited to 'sys/netgraph')
| -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 ae8618d488068..dfd50184e10a6 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) \ |
