diff options
author | Marek Polacek | 2011-04-16 17:33:43 +0200 |
---|---|---|
committer | Denys Vlasenko | 2011-04-16 17:33:43 +0200 |
commit | b0b8884009f9844e75d10f9e5d4ac16ef6b36170 (patch) | |
tree | f34f7d1e2b756d17b969517ea3fe5a0dab8bf60a /e2fsprogs/old_e2fsprogs/e2fsck.c | |
parent | 88d3cfdb75b6da83f3552daceed803f0a29d0c9c (diff) | |
download | busybox-b0b8884009f9844e75d10f9e5d4ac16ef6b36170.zip busybox-b0b8884009f9844e75d10f9e5d4ac16ef6b36170.tar.gz |
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/old_e2fsprogs/e2fsck.c')
-rw-r--r-- | e2fsprogs/old_e2fsprogs/e2fsck.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/e2fsprogs/old_e2fsprogs/e2fsck.c b/e2fsprogs/old_e2fsprogs/e2fsck.c index 1f990b3..ad4ff34 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) /* * Return the given node's successor node---the node which has the - * next key in the the left to right ordering. If the node has + * next key in the left to right ordering. If the node has * no successor, a null pointer is returned rather than a pointer to * the nil node. */ |