git: 8c9946be5265 - main - bsnmpd/modules/snmp_bridge: Fix typos

From: Warner Losh <imp_at_FreeBSD.org>
Date: Fri, 02 Jun 2023 02:33:45 UTC
The branch main has been updated by imp:

URL: https://cgit.FreeBSD.org/src/commit/?id=8c9946be5265a7d5913e4467a3ce9fc47fe24c5b

commit 8c9946be5265a7d5913e4467a3ce9fc47fe24c5b
Author:     Elyes Haouas <ehaouas@noos.fr>
AuthorDate: 2023-06-01 23:41:31 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2023-06-02 02:33:38 +0000

    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
---
 usr.sbin/bsnmpd/modules/snmp_bridge/bridge_sys.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/usr.sbin/bsnmpd/modules/snmp_bridge/bridge_sys.c b/usr.sbin/bsnmpd/modules/snmp_bridge/bridge_sys.c
index bcf0a4eb6347..f3140097c5ac 100644
--- a/usr.sbin/bsnmpd/modules/snmp_bridge/bridge_sys.c
+++ b/usr.sbin/bsnmpd/modules/snmp_bridge/bridge_sys.c
@@ -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