diff options
author | Fabian Frederick <fabf@skynet.be> | 2015-04-08 15:23:53 -0400 |
---|---|---|
committer | Jan Kara <jack@suse.cz> | 2015-05-18 05:23:04 -0400 |
commit | d67e4a481425106a43c8d3cef82a82cc31b4edd8 (patch) | |
tree | e8a7d8a1e5c4d8be2ee9378ef48cd00649f6a546 /fs/udf | |
parent | 31f2566f33a6a25ac0baf402316e37e76632445f (diff) |
udf: unicode: update function name in comments
Signed-off-by: Fabian Frederick <fabf@skynet.be>
Signed-off-by: Jan Kara <jack@suse.cz>
Diffstat (limited to 'fs/udf')
-rw-r--r-- | fs/udf/unicode.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/udf/unicode.c b/fs/udf/unicode.c index e2c079aae7c0..41c3bef1d226 100644 --- a/fs/udf/unicode.c +++ b/fs/udf/unicode.c | |||
@@ -77,7 +77,7 @@ static void udf_build_ustr_exact(struct ustr *dest, dstring *ptr, int exactsize) | |||
77 | } | 77 | } |
78 | 78 | ||
79 | /* | 79 | /* |
80 | * udf_ocu_to_utf8 | 80 | * udf_CS0toUTF8 |
81 | * | 81 | * |
82 | * PURPOSE | 82 | * PURPOSE |
83 | * Convert OSTA Compressed Unicode to the UTF-8 equivalent. | 83 | * Convert OSTA Compressed Unicode to the UTF-8 equivalent. |
@@ -149,7 +149,7 @@ int udf_CS0toUTF8(struct ustr *utf_o, const struct ustr *ocu_i) | |||
149 | 149 | ||
150 | /* | 150 | /* |
151 | * | 151 | * |
152 | * udf_utf8_to_ocu | 152 | * udf_UTF8toCS0 |
153 | * | 153 | * |
154 | * PURPOSE | 154 | * PURPOSE |
155 | * Convert UTF-8 to the OSTA Compressed Unicode equivalent. | 155 | * Convert UTF-8 to the OSTA Compressed Unicode equivalent. |