diff options
author | Marek Polacek <mpolacek@redhat.com> | 2011-04-16 17:33:43 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2011-04-16 17:33:43 +0200 |
commit | b0b8884009f9844e75d10f9e5d4ac16ef6b36170 (patch) | |
tree | f34f7d1e2b756d17b969517ea3fe5a0dab8bf60a /e2fsprogs | |
parent | 88d3cfdb75b6da83f3552daceed803f0a29d0c9c (diff) | |
download | busybox-w32-b0b8884009f9844e75d10f9e5d4ac16ef6b36170.tar.gz busybox-w32-b0b8884009f9844e75d10f9e5d4ac16ef6b36170.tar.bz2 busybox-w32-b0b8884009f9844e75d10f9e5d4ac16ef6b36170.zip |
Fix double words in comments. No code changes
Signed-off-by: Marek Polacek <mpolacek@redhat.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'e2fsprogs')
-rw-r--r-- | e2fsprogs/old_e2fsprogs/e2fsck.c | 2 | ||||
-rw-r--r-- | e2fsprogs/old_e2fsprogs/e2fsck.h | 2 | ||||
-rw-r--r-- | e2fsprogs/old_e2fsprogs/ext2fs/get_pathname.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/e2fsprogs/old_e2fsprogs/e2fsck.c b/e2fsprogs/old_e2fsprogs/e2fsck.c index 1f990b303..ad4ff348b 100644 --- a/e2fsprogs/old_e2fsprogs/e2fsck.c +++ b/e2fsprogs/old_e2fsprogs/e2fsck.c | |||
@@ -582,7 +582,7 @@ static dnode_t *dict_first(dict_t *dict) | |||
582 | 582 | ||
583 | /* | 583 | /* |
584 | * Return the given node's successor node---the node which has the | 584 | * Return the given node's successor node---the node which has the |
585 | * next key in the the left to right ordering. If the node has | 585 | * next key in the left to right ordering. If the node has |
586 | * no successor, a null pointer is returned rather than a pointer to | 586 | * no successor, a null pointer is returned rather than a pointer to |
587 | * the nil node. | 587 | * the nil node. |
588 | */ | 588 | */ |
diff --git a/e2fsprogs/old_e2fsprogs/e2fsck.h b/e2fsprogs/old_e2fsprogs/e2fsck.h index 330209d69..c159fabab 100644 --- a/e2fsprogs/old_e2fsprogs/e2fsck.h +++ b/e2fsprogs/old_e2fsprogs/e2fsck.h | |||
@@ -258,7 +258,7 @@ The following defines are used in the 'flags' field of a dx_dirblock_info | |||
258 | #define PR_1_SET_IMAGIC 0x01002F /* Imagic flag set on an inode when filesystem doesn't support it */ | 258 | #define PR_1_SET_IMAGIC 0x01002F /* Imagic flag set on an inode when filesystem doesn't support it */ |
259 | #define PR_1_SET_IMMUTABLE 0x010030 /* Immutable flag set on a device or socket inode */ | 259 | #define PR_1_SET_IMMUTABLE 0x010030 /* Immutable flag set on a device or socket inode */ |
260 | #define PR_1_COMPR_SET 0x010031 /* Compression flag set on a non-compressed filesystem */ | 260 | #define PR_1_COMPR_SET 0x010031 /* Compression flag set on a non-compressed filesystem */ |
261 | #define PR_1_SET_NONZSIZE 0x010032 /* Non-zero size on on device, fifo or socket inode */ | 261 | #define PR_1_SET_NONZSIZE 0x010032 /* Non-zero size on device, fifo or socket inode */ |
262 | #define PR_1_FS_REV_LEVEL 0x010033 /* Filesystem revision is 0, but feature flags are set */ | 262 | #define PR_1_FS_REV_LEVEL 0x010033 /* Filesystem revision is 0, but feature flags are set */ |
263 | #define PR_1_JOURNAL_INODE_NOT_CLEAR 0x010034 /* Journal inode not in use, needs clearing */ | 263 | #define PR_1_JOURNAL_INODE_NOT_CLEAR 0x010034 /* Journal inode not in use, needs clearing */ |
264 | #define PR_1_JOURNAL_BAD_MODE 0x010035 /* Journal inode has wrong mode */ | 264 | #define PR_1_JOURNAL_BAD_MODE 0x010035 /* Journal inode has wrong mode */ |
diff --git a/e2fsprogs/old_e2fsprogs/ext2fs/get_pathname.c b/e2fsprogs/old_e2fsprogs/ext2fs/get_pathname.c index a3bbad851..2bb1cc25e 100644 --- a/e2fsprogs/old_e2fsprogs/ext2fs/get_pathname.c +++ b/e2fsprogs/old_e2fsprogs/ext2fs/get_pathname.c | |||
@@ -15,7 +15,7 @@ | |||
15 | * string, placing the result in <name>. <dir> is the containing | 15 | * string, placing the result in <name>. <dir> is the containing |
16 | * directory inode, and <ino> is the inode number itself. If | 16 | * directory inode, and <ino> is the inode number itself. If |
17 | * <ino> is zero, then ext2fs_get_pathname will return pathname | 17 | * <ino> is zero, then ext2fs_get_pathname will return pathname |
18 | * of the the directory <dir>. | 18 | * of the directory <dir>. |
19 | * | 19 | * |
20 | */ | 20 | */ |
21 | 21 | ||