Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Jun 2022 09:26:15 GMT
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: f7faa4ad4844 - main - if_bridge(4): Fix a typo in a source code comment
Message-ID:  <202206040926.2549QF9Z079819@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by gbe (doc committer):

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

commit f7faa4ad4844470058b84fa35156c463cfa8bd85
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-06-04 09:26:01 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-06-04 09:26:01 +0000

    if_bridge(4): Fix a typo in a source code comment
    
    - s/accross/across/
    
    MFC after:      3 days
---
 sys/net/if_bridge.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/net/if_bridge.c b/sys/net/if_bridge.c
index 12c807fe2009..dd65188bcc4a 100644
--- a/sys/net/if_bridge.c
+++ b/sys/net/if_bridge.c
@@ -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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202206040926.2549QF9Z079819>