* src/psl.c (psl_str_to_utf8lower): Fix docs

This commit is contained in:
Tim Rühsen 2017-06-12 17:00:53 +02:00
parent 045bf63031
commit e584007f42
1 changed files with 2 additions and 2 deletions

View File

@ -1591,9 +1591,9 @@ int psl_is_cookie_domain_acceptable(const psl_ctx_t *psl, const char *hostname,
* This helper function converts a string to UTF-8 lowercase + NFKC representation. * This helper function converts a string to UTF-8 lowercase + NFKC representation.
* Lowercase + NFKC UTF-8 is needed as input to the domain checking functions. * Lowercase + NFKC UTF-8 is needed as input to the domain checking functions.
* *
* @lower is set to %NULL on error. * @lower stays unchanged on error.
* *
* The return value 'lower' must be freed after usage. * When returning PSL_SUCCESS, the return value 'lower' must be freed after usage.
* *
* Returns: psl_error_t value. * Returns: psl_error_t value.
* PSL_SUCCESS: Success * PSL_SUCCESS: Success