]> git.ipfire.org Git - thirdparty/e2fsprogs.git/blobdiff - e2fsck/pass5.c
Merge branch 'maint' into next
[thirdparty/e2fsprogs.git] / e2fsck / pass5.c
index ab736496052196fd55970c7bbe1ba53c6bf5390d..7803e8b80178031e2e874f7209659b6395a8d79a 100644 (file)
@@ -300,7 +300,7 @@ static void print_bitmap_problem(e2fsck_t ctx, problem_t problem,
        pctx->ino = pctx->ino2 = 0;
 }
 
-/* Just to be more succint */
+/* Just to be more succinct */
 #define B2C(x) EXT2FS_B2C(fs, (x))
 #define EQ_CLSTR(x, y) (B2C(x) == B2C(y))
 #define LE_CLSTR(x, y) (B2C(x) <= B2C(y))