diff options
Diffstat (limited to 'e2fsprogs/old_e2fsprogs/ext2fs/get_pathname.c')
-rw-r--r-- | e2fsprogs/old_e2fsprogs/ext2fs/get_pathname.c | 2 |
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 a3bbad8..2bb1cc2 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>. * */ |