diff options
author | Alexey Dobriyan <adobriyan@gmail.com> | 2006-03-22 00:13:35 +0100 |
---|---|---|
committer | Adrian Bunk <bunk@r063144.stusta.swh.mhn.de> | 2006-03-22 00:13:35 +0100 |
commit | 4de151d8cd2553e7e89044ab5d72fcad4eb04afb (patch) | |
tree | 372195d30aef0b934fa1e9d5c01280f01dcbded0 /fs/isofs | |
parent | e0f4ab8a1741193891f096aa63df9ac8672af54c (diff) |
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 'fs/isofs')
-rw-r--r-- | fs/isofs/joliet.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/isofs/joliet.c b/fs/isofs/joliet.c index 2931de7f1a6a..81a90e170ac3 100644 --- a/fs/isofs/joliet.c +++ b/fs/isofs/joliet.c @@ -11,7 +11,7 @@ #include "isofs.h" /* - * Convert Unicode 16 to UTF8 or ASCII. + * Convert Unicode 16 to UTF-8 or ASCII. */ static int uni16_to_x8(unsigned char *ascii, u16 *uni, int len, struct nls_table *nls) |