Merge tag '5.13-rc-smb3-part3' of git://git.samba.org/sfrench/cifs-2.6
[linux-2.6-microblaze.git] / fs / fat / fatent.c
index f7e3304..860e884 100644 (file)
@@ -771,7 +771,7 @@ int fat_trim_fs(struct inode *inode, struct fstrim_range *range)
        /*
         * FAT data is organized as clusters, trim at the granulary of cluster.
         *
-        * fstrim_range is in byte, convert vaules to cluster index.
+        * fstrim_range is in byte, convert values to cluster index.
         * Treat sectors before data region as all used, not to trim them.
         */
        ent_start = max_t(u64, range->start>>sbi->cluster_bits, FAT_START_ENT);