]> err.no Git - linux-2.6/blobdiff - fs/fat/inode.c
Merge branch 'master'
[linux-2.6] / fs / fat / inode.c
index e7f4aa7fc6864be095def4db3ac8078f7f218052..e78d7b4842cc49f60689094051373a6b4a3969b6 100644 (file)
@@ -1101,7 +1101,7 @@ static int parse_options(char *options, int is_vfat, int silent, int *debug,
                        return -EINVAL;
                }
        }
-       /* UTF8 doesn't provide FAT semantics */
+       /* UTF-8 doesn't provide FAT semantics */
        if (!strcmp(opts->iocharset, "utf8")) {
                printk(KERN_ERR "FAT: utf8 is not a recommended IO charset"
                       " for FAT filesystems, filesystem will be case sensitive!\n");