diff --git a/src/core/core-string.c b/src/core/core-string.c index 51dc17212..b78fb1ee4 100644 --- a/src/core/core-string.c +++ b/src/core/core-string.c @@ -4628,7 +4628,7 @@ string_shared_free (const char *string) * * The string returned can be used with following restrictions: * - changes are allowed in the string, between the first char and the final - * '\0', which must not be removed nor moved, + * '\0', which must remain at its current location, * - no other '\0' may be added in the string, * - content can be added in the string with function string_dyn_concat(), * - string can be freed with function string_dyn_free() (do NEVER call