]> Kevux Git Server - fll/commitdiff
Cleanup: Incorrect function documented in comment.
authorKevin Day <thekevinday@gmail.com>
Mon, 23 May 2022 02:11:43 +0000 (21:11 -0500)
committerKevin Day <thekevinday@gmail.com>
Mon, 23 May 2022 02:11:43 +0000 (21:11 -0500)
level_3/utf8/c/private-utf8_codepoint.h

index 1b48fb60125c5a197d2d3fa685ad1171b46856b9..69317a54a81a1082cb2a9fe534fc99a3563bf127 100644 (file)
@@ -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;