diff options
| author | Archie Cobbs <archie@FreeBSD.org> | 2001-12-15 20:53:15 +0000 |
|---|---|---|
| committer | Archie Cobbs <archie@FreeBSD.org> | 2001-12-15 20:53:15 +0000 |
| commit | b9bc94b33fd10ea1008f0173d35dfe1bad9f7595 (patch) | |
| tree | 6beca072b8e3877bb0dcf8cf7bbd3841de2d08fa /sys/netgraph | |
| parent | 6c12c2b195abcea94da348c7247c7401f2addbeb (diff) | |
Notes
Diffstat (limited to 'sys/netgraph')
| -rw-r--r-- | sys/netgraph/ng_bridge.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netgraph/ng_bridge.c b/sys/netgraph/ng_bridge.c index a09ed9fa329c4..8640604b40a82 100644 --- a/sys/netgraph/ng_bridge.c +++ b/sys/netgraph/ng_bridge.c @@ -973,7 +973,7 @@ ng_bridge_remove_hosts(priv_p priv, int linkNum) * a detected loopback condition, and we remove any hosts from * the hashtable whom we haven't heard from in a long while. * - * If the node has the NG_INVALID flag set, out job is to kill it. + * If the node has the NG_INVALID flag set, our job is to kill it. */ static void ng_bridge_timeout(void *arg) |
