From 0515d4fd739536d34f96d5fd1897eb1bead6ef4e Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Tue, 2 Aug 2005 20:06:48 +0000 Subject: [PATCH] Fix up the comment. --- sys/netgraph/netgraph.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/netgraph/netgraph.h b/sys/netgraph/netgraph.h index ae8618d4880..dfd50184e10 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) \