git: 49f6a83ed8cf - main - stand: Remove a double word in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 09 Apr 2022 07:30:15 UTC
The branch main has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=49f6a83ed8cf6a73b49112b931e73f1b4f120fe0 commit 49f6a83ed8cf6a73b49112b931e73f1b4f120fe0 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-04-08 18:52:08 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-04-09 07:27:34 +0000 stand: Remove a double word in a source code comment - s/be be/be/ MFC after: 3 days --- stand/common/boot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stand/common/boot.c b/stand/common/boot.c index 5ce6fe8a6760..06f604f595df 100644 --- a/stand/common/boot.c +++ b/stand/common/boot.c @@ -310,7 +310,7 @@ getbootfile(int try) /* * Try to find the /etc/fstab file on the filesystem (rootdev), - * which should be be the root filesystem, and parse it to find + * which should be the root filesystem, and parse it to find * out what the kernel ought to think the root filesystem is. * * If we're successful, set vfs.root.mountfrom to <vfstype>:<path>