Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Apr 2022 06:44:44 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: a82b43c94643 - stable/12 - netgraph(3): Remove a double word in a source code comment
Message-ID:  <202204140644.23E6ii0m096343@gitrepo.freebsd.org>

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

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

commit a82b43c94643254d8ec6b07bfb9f623c9c945e40
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-04-09 12:41:40 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-04-14 06:28:48 +0000

    netgraph(3): Remove a double word in a source code comment
    
    - s/it it/it/
    
    (cherry picked from commit ecbdfbfd18d963bb8b46bcca115a9243bcf02e27)
---
 sys/netgraph/ng_base.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/netgraph/ng_base.c b/sys/netgraph/ng_base.c
index 1806a442d898..a2b578c4160f 100644
--- a/sys/netgraph/ng_base.c
+++ b/sys/netgraph/ng_base.c
@@ -786,7 +786,7 @@ ng_rmnode(node_p node, hook_p dummy1, void *dummy2, int dummy3)
 
 /*
  * Remove a reference to the node, possibly the last.
- * deadnode always acts as it it were the last.
+ * deadnode always acts as it were the last.
  */
 void
 ng_unref_node(node_p node)



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