git: 97531acbf847 - stable/13 - stand: Remove a double word in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 14 Apr 2022 06:09:08 UTC
The branch stable/13 has been updated by gbe (doc committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=97531acbf8477d4c88fceb2db4778628dc1a688a
commit 97531acbf8477d4c88fceb2db4778628dc1a688a
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:07:55 +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 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>