diff options
author | Michael Opdenacker <michael@free-electrons.com> | 2007-05-09 08:57:56 +0200 |
---|---|---|
committer | Adrian Bunk <bunk@stusta.de> | 2007-05-09 08:57:56 +0200 |
commit | 59c51591a0ac7568824f541f57de967e88adaa07 (patch) | |
tree | 243d20eb0a26b76d5d312f39ec5a1ff60e036711 /fs/jfs/jfs_imap.c | |
parent | 02a3e59a088749c08b0293ee1535f5bf48f5926c (diff) | |
download | linux-3.10-59c51591a0ac7568824f541f57de967e88adaa07.tar.gz linux-3.10-59c51591a0ac7568824f541f57de967e88adaa07.tar.bz2 linux-3.10-59c51591a0ac7568824f541f57de967e88adaa07.zip |
Fix occurrences of "the the "
Signed-off-by: Michael Opdenacker <michael@free-electrons.com>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Diffstat (limited to 'fs/jfs/jfs_imap.c')
-rw-r--r-- | fs/jfs/jfs_imap.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/jfs/jfs_imap.c b/fs/jfs/jfs_imap.c index c465607be99..c6530227cda 100644 --- a/fs/jfs/jfs_imap.c +++ b/fs/jfs/jfs_imap.c @@ -386,7 +386,7 @@ int diRead(struct inode *ip) return -EIO; } - /* locate the the disk inode requested */ + /* locate the disk inode requested */ dp = (struct dinode *) mp->data; dp += rel_inode; @@ -1407,7 +1407,7 @@ int diAlloc(struct inode *pip, bool dir, struct inode *ip) inum = pip->i_ino + 1; ino = inum & (INOSPERIAG - 1); - /* back off the the hint if it is outside of the iag */ + /* back off the hint if it is outside of the iag */ if (ino == 0) inum = pip->i_ino; |