1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-19 02:29:40 +00:00
This commit is contained in:
Archie Cobbs 2001-12-15 20:53:15 +00:00
parent 6c12c2b195
commit b9bc94b33f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=87998

View File

@ -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)