git: d81e1b442980 - main - tmpfs(5): Remove a double word in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 04 Sep 2022 11:52:00 UTC
The branch main has been updated by gbe (doc committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=d81e1b4429805a234ebf002e7aa583dc6c967b99
commit d81e1b4429805a234ebf002e7aa583dc6c967b99
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-09-04 11:51:50 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-09-04 11:51:50 +0000
tmpfs(5): Remove a double word in a source code comment
- s/the the/the/
MFC after: 3 days
---
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 a8f02c4284d2..7ec5f9bf3ffa 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) {