]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - fs/jfs/jfs_imap.c
Fix occurrences of "the the "
[net-next-2.6.git] / fs / jfs / jfs_imap.c
index c465607be9913faa0aecd236b2e426076242cda6..c6530227cda66d10b2e18816c419a8f391b0a764 100644 (file)
@@ -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;