diff options
author | archie <archie@FreeBSD.org> | 2001-12-15 20:53:15 +0000 |
---|---|---|
committer | archie <archie@FreeBSD.org> | 2001-12-15 20:53:15 +0000 |
commit | 31b4f6dd65d2fe290c0c0e4c521145b9a957352b (patch) | |
tree | 6beca072b8e3877bb0dcf8cf7bbd3841de2d08fa /sys/netgraph | |
parent | df155dfc652ae1be3b5ac135373e8620189a14d2 (diff) | |
download | FreeBSD-src-31b4f6dd65d2fe290c0c0e4c521145b9a957352b.zip FreeBSD-src-31b4f6dd65d2fe290c0c0e4c521145b9a957352b.tar.gz |
Typo.
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 a09ed9f..8640604 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) |