Date: Sun, 4 Sep 2022 11:52:00 GMT From: Gordon Bergling <gbe@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: d81e1b442980 - main - tmpfs(5): Remove a double word in a source code comment Message-ID: <202209041152.284Bq0j3082936@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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) {
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202209041152.284Bq0j3082936>