git: 005fe24f2a4c - main - libsa: Fix a typo in source code comments
Gordon Bergling
gbe at FreeBSD.org
Sun Aug 29 08:10:36 UTC 2021
The branch main has been updated by gbe (doc committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=005fe24f2a4c873a96f446604e0453cf99e9bcd7
commit 005fe24f2a4c873a96f446604e0453cf99e9bcd7
Author: Gordon Bergling <gbe at FreeBSD.org>
AuthorDate: 2021-08-29 08:09:58 +0000
Commit: Gordon Bergling <gbe at FreeBSD.org>
CommitDate: 2021-08-29 08:09:58 +0000
libsa: Fix a typo in source code comments
- s/mininum/minimum/
MFC after: 3 days
---
stand/libsa/ext2fs.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/stand/libsa/ext2fs.c b/stand/libsa/ext2fs.c
index 068e307253a9..b81654552af3 100644
--- a/stand/libsa/ext2fs.c
+++ b/stand/libsa/ext2fs.c
@@ -127,8 +127,8 @@ struct fs_ops ext2fs_fsops = {
#define EXT2_R0_ISIZE 128 /* inode size */
#define EXT2_R0_FIRSTINO 11 /* first inode */
-#define EXT2_MINBSHIFT 10 /* mininum block shift */
-#define EXT2_MINFSHIFT 10 /* mininum frag shift */
+#define EXT2_MINBSHIFT 10 /* minimum block shift */
+#define EXT2_MINFSHIFT 10 /* minimum frag shift */
#define EXT2_NDADDR 12 /* # of direct blocks */
#define EXT2_NIADDR 3 /* # of indirect blocks */
More information about the dev-commits-src-main
mailing list