mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix up the comment.
This commit is contained in:
parent
91b756f435
commit
0515d4fd73
1 changed files with 2 additions and 2 deletions
|
|
@ -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) \
|
||||
|
|
|
|||
Loading…
Reference in a new issue