if_bridge(4): Fix a typo in a source code comment

- s/accross/across/

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2022-06-04 11:26:01 +02:00
parent 21b923c330
commit f7faa4ad48

View File

@ -197,7 +197,7 @@ extern void nd6_setmtu(struct ifnet *);
* - BRIDGE_RT_LOCK, for any change to bridge_rtnodes
* - BRIDGE_LOCK, for any other change
*
* The BRIDGE_LOCK is a sleepable lock, because it is held accross ioctl()
* The BRIDGE_LOCK is a sleepable lock, because it is held across ioctl()
* calls to bridge member interfaces and these ioctl()s can sleep.
* The BRIDGE_RT_LOCK is a non-sleepable mutex, because it is sometimes
* required while we're in NET_EPOCH and then we're not allowed to sleep.