Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Apr 2022 07:30:15 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: 49f6a83ed8cf - main - stand: Remove a double word in a source code comment
Message-ID:  <202204090730.2397UFJo037634@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=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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202204090730.2397UFJo037634>