git: 3fc5f6b0abf5 - stable/13 - tmpfs(5): Remove a double word in a source code comment

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Wed, 07 Sep 2022 07:31:55 UTC
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) {