]> git.ipfire.org Git - thirdparty/e2fsprogs.git/blobdiff - lib/ext2fs/inline_data.c
Fix typos in code comments and developer docs
[thirdparty/e2fsprogs.git] / lib / ext2fs / inline_data.c
index 457300d9343b57a9e3afa28b92f7cbd35dca90d3..e3ae2e84ec502d6dc30db8bf16c42c5b7dba3362 100644 (file)
@@ -321,7 +321,7 @@ static errcode_t ext2fs_inline_data_convert_dir(ext2_filsys fs, ext2_ino_t ino,
        dir->name[1] = '.';
 
        /*
-        * Ajust the last rec_len
+        * Adjust the last rec_len
         */
        offset = EXT2_DIR_REC_LEN(1) + EXT2_DIR_REC_LEN(2);
        dir = (struct ext2_dir_entry *) (bbuf + offset);