aboutsummaryrefslogtreecommitdiff
path: root/e2fsprogs/old_e2fsprogs/ext2fs/get_pathname.c
diff options
context:
space:
mode:
authorMarek Polacek <mpolacek@redhat.com>2011-04-16 17:33:43 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2011-04-16 17:33:43 +0200
commitb0b8884009f9844e75d10f9e5d4ac16ef6b36170 (patch)
treef34f7d1e2b756d17b969517ea3fe5a0dab8bf60a /e2fsprogs/old_e2fsprogs/ext2fs/get_pathname.c
parent88d3cfdb75b6da83f3552daceed803f0a29d0c9c (diff)
downloadbusybox-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/ext2fs/get_pathname.c')
-rw-r--r--e2fsprogs/old_e2fsprogs/ext2fs/get_pathname.c2
1 files changed, 1 insertions, 1 deletions
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 @@
* string, placing the result in <name>. <dir> is the containing
* directory inode, and <ino> is the inode number itself. If
* <ino> is zero, then ext2fs_get_pathname will return pathname
- * of the the directory <dir>.
+ * of the directory <dir>.
*
*/