Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Sep 2022 07:31:55 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: 3fc5f6b0abf5 - stable/13 - tmpfs(5): Remove a double word in a source code comment
Message-ID:  <202209070731.2877VtJV054440@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=3fc5f6b0abf5d5e57a7f171a87b1fb7de63b096f

commit 3fc5f6b0abf5d5e57a7f171a87b1fb7de63b096f
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-09-04 11:51:50 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-09-07 07:29:48 +0000

    tmpfs(5): Remove a double word in a source code comment
    
    - s/the the/the/
    
    (cherry picked from commit d81e1b4429805a234ebf002e7aa583dc6c967b99)
---
 sys/fs/tmpfs/tmpfs_subr.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/fs/tmpfs/tmpfs_subr.c b/sys/fs/tmpfs/tmpfs_subr.c
index 2aa8891f907d..84ee857340f6 100644
--- a/sys/fs/tmpfs/tmpfs_subr.c
+++ b/sys/fs/tmpfs/tmpfs_subr.c
@@ -636,7 +636,7 @@ tmpfs_free_node_locked(struct tmpfs_mount *tmp, struct tmpfs_node *node,
 
 	/*
 	 * Make sure this is a node type we can deal with. Everything is explicitly
-	 * enumerated without the 'default' clause so the the compiler can throw an
+	 * enumerated without the 'default' clause so the compiler can throw an
 	 * error in case a new type is added.
 	 */
 	switch (node->tn_type) {



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