Skip to content

Commit

Permalink
Fix wording in last commit.
Browse files Browse the repository at this point in the history
Submitted by:	julian
  • Loading branch information
glebius committed Jan 12, 2006
1 parent 958adbc commit fcfa85f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sys/netgraph/ng_base.c
Original file line number Diff line number Diff line change
Expand Up @@ -3299,7 +3299,7 @@ ng_worklist_remove(node_p node)
TAILQ_REMOVE(&ng_worklist, node, nd_work);
mtx_unlock_spin(&ng_worklist_mtx);
NG_NODE_UNREF(node);
CTR2(KTR_NET, "%s: node %p removed off worklist",
CTR2(KTR_NET, "%s: node %p removed from worklist",
__func__, node);
} else {
mtx_unlock_spin(&ng_worklist_mtx);
Expand Down

0 comments on commit fcfa85f

Please sign in to comment.