aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-mips/termbits.h
diff options
context:
space:
mode:
authorAlexey Dobriyan <adobriyan@gmail.com>2006-03-22 00:13:35 +0100
committerAdrian Bunk <bunk@r063144.stusta.swh.mhn.de>2006-03-22 00:13:35 +0100
commit4de151d8cd2553e7e89044ab5d72fcad4eb04afb (patch)
tree372195d30aef0b934fa1e9d5c01280f01dcbded0 /include/asm-mips/termbits.h
parentRevert "V4L/DVB (3543): Fix Makefile to adapt to bt8xx/ conversion" (diff)
downloadlinux-dev-4de151d8cd2553e7e89044ab5d72fcad4eb04afb.tar.xz
linux-dev-4de151d8cd2553e7e89044ab5d72fcad4eb04afb.zip
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/asm-mips/termbits.h')
-rw-r--r--include/asm-mips/termbits.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-mips/termbits.h b/include/asm-mips/termbits.h
index c29c65b7818e..fa6d04dac56b 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. */