@@ -2156,7 +2156,7 @@ int libfvalue_value_append_entry(
21562156 return ( 1 );
21572157}
21582158
2159- /* Retrieves the entry data
2159+ /* Retrieves entry data
21602160 * Returns 1 if successful, 0 if the value has no data or -1 on error
21612161 */
21622162int libfvalue_value_get_entry_data (
@@ -2266,7 +2266,7 @@ int libfvalue_value_get_entry_data(
22662266 return ( result );
22672267}
22682268
2269- /* Sets the entry data
2269+ /* Sets entry data
22702270 * Returns 1 if successful or -1 on error
22712271 */
22722272int libfvalue_value_set_entry_data (
@@ -2375,7 +2375,7 @@ int libfvalue_value_set_entry_data(
23752375 return ( 1 );
23762376}
23772377
2378- /* Appends the entry data
2378+ /* Appends entry data
23792379 * Returns 1 if successful or -1 on error
23802380 */
23812381int libfvalue_value_append_entry_data (
@@ -2533,7 +2533,7 @@ int libfvalue_value_append_entry_data(
25332533 return ( 1 );
25342534}
25352535
2536- /* Copies the entry data
2536+ /* Copies entry data
25372537 * Returns 1 if successful, 0 if the value has no data or -1 on error
25382538 */
25392539int libfvalue_value_copy_entry_data (
@@ -2731,7 +2731,7 @@ int libfvalue_value_copy_from_boolean(
27312731}
27322732
27332733/* Copies the value data to a boolean value
2734- * Returns 1 if successful, 0 if value could not be set or -1 on error
2734+ * Returns 1 if successful, 0 if size value not be retrieved or -1 on error
27352735 */
27362736int libfvalue_value_copy_to_boolean (
27372737 libfvalue_value_t * value ,
@@ -2891,7 +2891,7 @@ int libfvalue_value_copy_from_8bit(
28912891}
28922892
28932893/* Copies the value data to an 8-bit value
2894- * Returns 1 if successful, 0 if value could not be set or -1 on error
2894+ * Returns 1 if successful, 0 if size value not be retrieved or -1 on error
28952895 */
28962896int libfvalue_value_copy_to_8bit (
28972897 libfvalue_value_t * value ,
@@ -3053,7 +3053,7 @@ int libfvalue_value_copy_from_16bit(
30533053}
30543054
30553055/* Copies the value data to a 16-bit value
3056- * Returns 1 if successful, 0 if value could not be set or -1 on error
3056+ * Returns 1 if successful, 0 if size value not be retrieved or -1 on error
30573057 */
30583058int libfvalue_value_copy_to_16bit (
30593059 libfvalue_value_t * value ,
@@ -3215,7 +3215,7 @@ int libfvalue_value_copy_from_32bit(
32153215}
32163216
32173217/* Copies the value data to a 32-bit value
3218- * Returns 1 if successful, 0 if value could not be set or -1 on error
3218+ * Returns 1 if successful, 0 if size value not be retrieved or -1 on error
32193219 */
32203220int libfvalue_value_copy_to_32bit (
32213221 libfvalue_value_t * value ,
@@ -3377,7 +3377,7 @@ int libfvalue_value_copy_from_64bit(
33773377}
33783378
33793379/* Copies the value data to a 64-bit value
3380- * Returns 1 if successful, 0 if value could not be set or -1 on error
3380+ * Returns 1 if successful, 0 if size value not be retrieved or -1 on error
33813381 */
33823382int libfvalue_value_copy_to_64bit (
33833383 libfvalue_value_t * value ,
@@ -3531,7 +3531,7 @@ int libfvalue_value_copy_from_float(
35313531}
35323532
35333533/* Copies the value data to a float value
3534- * Returns 1 if successful, 0 if value could not be set or -1 on error
3534+ * Returns 1 if successful, 0 if size value not be retrieved or -1 on error
35353535 */
35363536int libfvalue_value_copy_to_float (
35373537 libfvalue_value_t * value ,
@@ -3682,7 +3682,7 @@ int libfvalue_value_copy_from_double(
36823682}
36833683
36843684/* Copies the value data to a double value
3685- * Returns 1 if successful, 0 if value could not be set or -1 on error
3685+ * Returns 1 if successful, 0 if size value not be retrieved or -1 on error
36863686 */
36873687int libfvalue_value_copy_to_double (
36883688 libfvalue_value_t * value ,
@@ -3895,7 +3895,7 @@ int libfvalue_value_copy_from_utf8_string(
38953895}
38963896
38973897/* Retrieves the size of an UTF-8 encoded string of the value data
3898- * Returns 1 if successful, 0 if value could not be set or -1 on error
3898+ * Returns 1 if successful, 0 if size value not be retrieved or -1 on error
38993899 */
39003900int libfvalue_value_get_utf8_string_size (
39013901 libfvalue_value_t * value ,
@@ -3963,7 +3963,7 @@ int libfvalue_value_get_utf8_string_size(
39633963}
39643964
39653965/* Copies the value data to an UTF-8 encoded string
3966- * Returns 1 if successful, 0 if value could not be set or -1 on error
3966+ * Returns 1 if successful, 0 if size value not be retrieved or -1 on error
39673967 */
39683968int libfvalue_value_copy_to_utf8_string (
39693969 libfvalue_value_t * value ,
@@ -4000,7 +4000,7 @@ int libfvalue_value_copy_to_utf8_string(
40004000}
40014001
40024002/* Copies the value data to an UTF-8 encoded string
4003- * Returns 1 if successful, 0 if value could not be set or -1 on error
4003+ * Returns 1 if successful, 0 if size value not be retrieved or -1 on error
40044004 */
40054005int libfvalue_value_copy_to_utf8_string_with_index (
40064006 libfvalue_value_t * value ,
@@ -4199,7 +4199,7 @@ int libfvalue_value_copy_from_utf16_string(
41994199}
42004200
42014201/* Retrieves the size of an UTF-16 encoded string of the value data
4202- * Returns 1 if successful, 0 if value could not be set or -1 on error
4202+ * Returns 1 if successful, 0 if size value not be retrieved or -1 on error
42034203 */
42044204int libfvalue_value_get_utf16_string_size (
42054205 libfvalue_value_t * value ,
@@ -4267,7 +4267,7 @@ int libfvalue_value_get_utf16_string_size(
42674267}
42684268
42694269/* Copies the value data to an UTF-16 encoded string
4270- * Returns 1 if successful, 0 if value could not be set or -1 on error
4270+ * Returns 1 if successful, 0 if size value not be retrieved or -1 on error
42714271 */
42724272int libfvalue_value_copy_to_utf16_string (
42734273 libfvalue_value_t * value ,
@@ -4304,7 +4304,7 @@ int libfvalue_value_copy_to_utf16_string(
43044304}
43054305
43064306/* Copies the value data to an UTF-16 encoded string
4307- * Returns 1 if successful, 0 if value could not be set or -1 on error
4307+ * Returns 1 if successful, 0 if size value not be retrieved or -1 on error
43084308 */
43094309int libfvalue_value_copy_to_utf16_string_with_index (
43104310 libfvalue_value_t * value ,
@@ -4505,7 +4505,7 @@ int libfvalue_value_copy_from_utf32_string(
45054505}
45064506
45074507/* Retrieves the size of an UTF-32 encoded string of the value data
4508- * Returns 1 if successful, 0 if value could not be set or -1 on error
4508+ * Returns 1 if successful, 0 if size value not be retrieved or -1 on error
45094509 */
45104510int libfvalue_value_get_utf32_string_size (
45114511 libfvalue_value_t * value ,
@@ -4573,7 +4573,7 @@ int libfvalue_value_get_utf32_string_size(
45734573}
45744574
45754575/* Copies the value data to an UTF-32 encoded string
4576- * Returns 1 if successful, 0 if value could not be set or -1 on error
4576+ * Returns 1 if successful, 0 if size value not be retrieved or -1 on error
45774577 */
45784578int libfvalue_value_copy_to_utf32_string (
45794579 libfvalue_value_t * value ,
@@ -4610,7 +4610,7 @@ int libfvalue_value_copy_to_utf32_string(
46104610}
46114611
46124612/* Copies the value data to an UTF-32 encoded string
4613- * Returns 1 if successful, 0 if value could not be set or -1 on error
4613+ * Returns 1 if successful, 0 if size value not be retrieved or -1 on error
46144614 */
46154615int libfvalue_value_copy_to_utf32_string_with_index (
46164616 libfvalue_value_t * value ,
0 commit comments