diff options
Diffstat (limited to 'e2fsprogs/old_e2fsprogs/e2fsck.c')
-rw-r--r-- | e2fsprogs/old_e2fsprogs/e2fsck.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/e2fsprogs/old_e2fsprogs/e2fsck.c b/e2fsprogs/old_e2fsprogs/e2fsck.c index 0799b64ad..b816c62b0 100644 --- a/e2fsprogs/old_e2fsprogs/e2fsck.c +++ b/e2fsprogs/old_e2fsprogs/e2fsck.c | |||
@@ -6381,7 +6381,7 @@ static int deallocate_inode_block(ext2_filsys fs, blk_t *block_nr, | |||
6381 | } | 6381 | } |
6382 | 6382 | ||
6383 | /* | 6383 | /* |
6384 | * This fuction deallocates an inode | 6384 | * This function deallocates an inode |
6385 | */ | 6385 | */ |
6386 | static void deallocate_inode(e2fsck_t ctx, ext2_ino_t ino, char* block_buf) | 6386 | static void deallocate_inode(e2fsck_t ctx, ext2_ino_t ino, char* block_buf) |
6387 | { | 6387 | { |
@@ -6447,7 +6447,7 @@ static void deallocate_inode(e2fsck_t ctx, ext2_ino_t ino, char* block_buf) | |||
6447 | } | 6447 | } |
6448 | 6448 | ||
6449 | /* | 6449 | /* |
6450 | * This fuction clears the htree flag on an inode | 6450 | * This function clears the htree flag on an inode |
6451 | */ | 6451 | */ |
6452 | static void clear_htree(e2fsck_t ctx, ext2_ino_t ino) | 6452 | static void clear_htree(e2fsck_t ctx, ext2_ino_t ino) |
6453 | { | 6453 | { |