ext4: fix two spelling nits
authorTheodore Ts'o <tytso@mit.edu>
Sat, 25 Mar 2017 21:33:31 +0000 (17:33 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 25 Mar 2017 21:33:31 +0000 (17:33 -0400)
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/ext4/inode.c
fs/ext4/move_extent.c

index f622d4a577e35d88f52e6e31dfe5791d34a905b8..f303d3a7f44ae2c9d4d4950439f728d89ba49ee1 100644 (file)
@@ -5400,7 +5400,7 @@ int ext4_getattr(struct vfsmount *mnt, struct dentry *dentry,
         * If there is inline data in the inode, the inode will normally not
         * have data blocks allocated (it may have an external xattr block).
         * Report at least one sector for such files, so tools like tar, rsync,
-        * others doen't incorrectly think the file is completely sparse.
+        * others don't incorrectly think the file is completely sparse.
         */
        if (unlikely(ext4_has_inline_data(inode)))
                stat->blocks += (stat->size + 511) >> 9;
index 6fc14def0c707231ba6430dfb851307a7a13c3eb..615bc03d0fbdf3cbb79c15d993a18fef6c371610 100644 (file)
@@ -511,7 +511,7 @@ mext_check_arguments(struct inode *orig_inode,
        if ((orig_start & ~(PAGE_MASK >> orig_inode->i_blkbits)) !=
            (donor_start & ~(PAGE_MASK >> orig_inode->i_blkbits))) {
                ext4_debug("ext4 move extent: orig and donor's start "
-                       "offset are not alligned [ino:orig %lu, donor %lu]\n",
+                       "offsets are not aligned [ino:orig %lu, donor %lu]\n",
                        orig_inode->i_ino, donor_inode->i_ino);
                return -EINVAL;
        }