diff options
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. */ |