From 415798e75f2be705fe6179f61e87cd13f65036eb Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Sun, 22 May 2022 21:11:43 -0500 Subject: [PATCH] Cleanup: Incorrect function documented in comment. --- level_3/utf8/c/private-utf8_codepoint.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 1.8.3.1