diff options
author | Maninder Singh <maninder1.s@samsung.com> | 2015-05-25 13:46:36 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2015-05-25 13:46:36 +0200 |
commit | 97c6491b4edf4bc9db293533ae0c3a81c4ef07f7 (patch) | |
tree | 7ac99422b82e761628c96855a57375f620f72997 /e2fsprogs | |
parent | c4603fb09aa2ec06bc8c0ad51b69fe7995a8ea17 (diff) | |
download | busybox-w32-97c6491b4edf4bc9db293533ae0c3a81c4ef07f7.tar.gz busybox-w32-97c6491b4edf4bc9db293533ae0c3a81c4ef07f7.tar.bz2 busybox-w32-97c6491b4edf4bc9db293533ae0c3a81c4ef07f7.zip |
typo fixes
Signed-off-by: Maninder Singh <maninder1.s@samsung.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'e2fsprogs')
-rw-r--r-- | e2fsprogs/old_e2fsprogs/blkid/dev.c | 2 | ||||
-rw-r--r-- | e2fsprogs/old_e2fsprogs/blkid/tag.c | 2 | ||||
-rw-r--r-- | e2fsprogs/old_e2fsprogs/e2fsck.c | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/e2fsprogs/old_e2fsprogs/blkid/dev.c b/e2fsprogs/old_e2fsprogs/blkid/dev.c index 260e49c65..84b7b0a72 100644 --- a/e2fsprogs/old_e2fsprogs/blkid/dev.c +++ b/e2fsprogs/old_e2fsprogs/blkid/dev.c | |||
@@ -90,7 +90,7 @@ void blkid_debug_dump_dev(blkid_dev dev) | |||
90 | * | 90 | * |
91 | * These routines do not expose the list.h implementation, which are a | 91 | * These routines do not expose the list.h implementation, which are a |
92 | * contamination of the namespace, and which force us to reveal far, far | 92 | * contamination of the namespace, and which force us to reveal far, far |
93 | * too much of our internal implemenation. I'm not convinced I want | 93 | * too much of our internal implementation. I'm not convinced I want |
94 | * to keep list.h in the long term, anyway. It's fine for kernel | 94 | * to keep list.h in the long term, anyway. It's fine for kernel |
95 | * programming, but performance is not the #1 priority for this | 95 | * programming, but performance is not the #1 priority for this |
96 | * library, and I really don't like the tradeoff of type-safety for | 96 | * library, and I really don't like the tradeoff of type-safety for |
diff --git a/e2fsprogs/old_e2fsprogs/blkid/tag.c b/e2fsprogs/old_e2fsprogs/blkid/tag.c index 7424edeb8..f10a701d2 100644 --- a/e2fsprogs/old_e2fsprogs/blkid/tag.c +++ b/e2fsprogs/old_e2fsprogs/blkid/tag.c | |||
@@ -230,7 +230,7 @@ errout: | |||
230 | * | 230 | * |
231 | * These routines do not expose the list.h implementation, which are a | 231 | * These routines do not expose the list.h implementation, which are a |
232 | * contamination of the namespace, and which force us to reveal far, far | 232 | * contamination of the namespace, and which force us to reveal far, far |
233 | * too much of our internal implemenation. I'm not convinced I want | 233 | * too much of our internal implementation. I'm not convinced I want |
234 | * to keep list.h in the long term, anyway. It's fine for kernel | 234 | * to keep list.h in the long term, anyway. It's fine for kernel |
235 | * programming, but performance is not the #1 priority for this | 235 | * programming, but performance is not the #1 priority for this |
236 | * library, and I really don't like the tradeoff of type-safety for | 236 | * library, and I really don't like the tradeoff of type-safety for |
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 | { |