git: 42419d7c4dd9 - stable/12 - libsa: Fix a typo in source code comments

Gordon Bergling gbe at FreeBSD.org
Wed Sep 1 04:35:58 UTC 2021


The branch stable/12 has been updated by gbe (doc committer):

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

commit 42419d7c4dd96268086fe52f4d1606925fff4818
Author:     Gordon Bergling <gbe at FreeBSD.org>
AuthorDate: 2021-08-29 08:09:58 +0000
Commit:     Gordon Bergling <gbe at FreeBSD.org>
CommitDate: 2021-09-01 04:34:56 +0000

    libsa: Fix a typo in source code comments
    
    - s/mininum/minimum/
    
    (cherry picked from commit 005fe24f2a4c873a96f446604e0453cf99e9bcd7)
---
 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-all mailing list