diff options
author | Alexey Dobriyan <adobriyan@gmail.com> | 2006-03-21 23:13:35 (GMT) |
---|---|---|
committer | Adrian Bunk <bunk@r063144.stusta.swh.mhn.de> | 2006-03-21 23:13:35 (GMT) |
commit | 4de151d8cd2553e7e89044ab5d72fcad4eb04afb (patch) | |
tree | 372195d30aef0b934fa1e9d5c01280f01dcbded0 /include | |
parent | e0f4ab8a1741193891f096aa63df9ac8672af54c (diff) | |
download | linux-fsl-qoriq-4de151d8cd2553e7e89044ab5d72fcad4eb04afb.tar.xz |
It's UTF-8
Fix some comments to "UTF-8".
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-mips/termbits.h | 2 | ||||
-rw-r--r-- | include/linux/msdos_fs.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/asm-mips/termbits.h b/include/asm-mips/termbits.h index c29c65b..fa6d04d 100644 --- a/include/asm-mips/termbits.h +++ b/include/asm-mips/termbits.h @@ -77,7 +77,7 @@ struct termios { #define IXANY 0004000 /* Any character will restart after stop. */ #define IXOFF 0010000 /* Enable start/stop input control. */ #define IMAXBEL 0020000 /* Ring bell when input queue is full. */ -#define IUTF8 0040000 /* Input is UTF8 */ +#define IUTF8 0040000 /* Input is UTF-8 */ /* c_oflag bits */ #define OPOST 0000001 /* Perform output processing. */ diff --git a/include/linux/msdos_fs.h b/include/linux/msdos_fs.h index e933e2a..8bcd945 100644 --- a/include/linux/msdos_fs.h +++ b/include/linux/msdos_fs.h @@ -199,7 +199,7 @@ struct fat_mount_options { sys_immutable:1, /* set = system files are immutable */ dotsOK:1, /* set = hidden and system files are named '.filename' */ isvfat:1, /* 0=no vfat long filename support, 1=vfat support */ - utf8:1, /* Use of UTF8 character set (Default) */ + utf8:1, /* Use of UTF-8 character set (Default) */ unicode_xlate:1, /* create escape sequences for unhandled Unicode */ numtail:1, /* Does first alias have a numeric '~1' type tail? */ atari:1, /* Use Atari GEMDOS variation of MS-DOS fs */ |