From: Kevin Day Date: Mon, 23 May 2022 02:11:43 +0000 (-0500) Subject: Cleanup: Incorrect function documented in comment. X-Git-Tag: 0.5.10~104 X-Git-Url: https://git.kevux.org/?a=commitdiff_plain;h=415798e75f2be705fe6179f61e87cd13f65036eb;p=fll Cleanup: Incorrect function documented in comment. --- diff --git a/level_3/utf8/c/private-utf8_codepoint.h b/level_3/utf8/c/private-utf8_codepoint.h index 1b48fb6..69317a5 100644 --- a/level_3/utf8/c/private-utf8_codepoint.h +++ b/level_3/utf8/c/private-utf8_codepoint.h @@ -56,9 +56,9 @@ extern "C" { * * F_valid_not (with error bit) if not verifying and the raw value is invalid. * - * Errors (with error bit) from: f_utf_unicode_to() + * Errors (with error bit) from: fl_conversion_dynamic_to_number_unsigned() * - * @see f_utf_unicode_to() + * @see fl_conversion_dynamic_to_number_unsigned() */ #ifndef _di_utf8_convert_raw_ extern f_status_t utf8_convert_raw(utf8_data_t * const data, const f_string_static_t character, uint8_t *mode) F_attribute_visibility_internal_d;