bsnmpd/modules/snmp_bridge: Fix typos

Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/653
This commit is contained in:
Elyes Haouas 2023-06-01 17:41:31 -06:00 committed by Warner Losh
parent 66ebda7a04
commit 8c9946be52

View file

@ -312,7 +312,7 @@ bridge_set_priority(struct bridge_if *bif, int32_t priority)
* 1/256 seconds, the following algorithm should be used:
* b = floor( (n * 256) / 100)
* The conversion to 1/256 of a second happens in the kernel -
* just make sure we correctly convert the seconds to Timout
* just make sure we correctly convert the seconds to Timeout
* and vice versa.
*/
static uint32_t