git: b242f1ad75c3 - stable/12 - stand: Remove a double word in a source code comment

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Thu, 14 Apr 2022 06:45:10 UTC
The branch stable/12 has been updated by gbe (doc committer):

URL: https://cgit.FreeBSD.org/src/commit/?id=b242f1ad75c3d31dfecc8af97e18545f2a895c1c

commit b242f1ad75c3d31dfecc8af97e18545f2a895c1c
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-04-08 18:52:08 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-04-14 06:36:21 +0000

    stand: Remove a double word in a source code comment
    
    - s/be be/be/
    
    (cherry picked from commit 49f6a83ed8cf6a73b49112b931e73f1b4f120fe0)
---
 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 2103f6dc240c..dac358262735 100644
--- a/stand/common/boot.c
+++ b/stand/common/boot.c
@@ -307,7 +307,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>