Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Apr 2022 13:35:27 GMT
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 12464ec2efb7 - stable/13 - netgraph(3): Fix a typo in a source code comment
Message-ID:  <202204021335.232DZRuT002835@gitrepo.freebsd.org>

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

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

commit 12464ec2efb7670d54ea1b250a071d2069ec1691
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-03-27 16:50:45 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-04-02 13:29:26 +0000

    netgraph(3): Fix a typo in a source code comment
    
    - s/failes/fails/
    
    (cherry picked from commit 79438267b3ae4fcf5bdefdee60d4f19defcd5ff1)
---
 sys/netgraph/atm/ngatmbase.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/netgraph/atm/ngatmbase.c b/sys/netgraph/atm/ngatmbase.c
index 85409b35e4bd..785bbef26580 100644
--- a/sys/netgraph/atm/ngatmbase.c
+++ b/sys/netgraph/atm/ngatmbase.c
@@ -83,7 +83,7 @@ uni_msg_init(void)
 
 /*
  * Ensure, that the message can be extended by at least s bytes.
- * Re-allocate the message (not the header). If that failes,
+ * Re-allocate the message (not the header). If that fails,
  * free the entire message and return ENOMEM. Free space at the start of
  * the message is retained.
  */



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