gstrfuncs: Update docs for g_strerror with a string closer to reality

This commit is contained in:
Marco Trevisan (Treviño) 2022-07-07 00:25:25 +02:00
parent edd718ba48
commit d21d213d00

View File

@ -1313,7 +1313,7 @@ g_ascii_strtoll (const gchar *nptr,
* ]|
*
* Returns: a UTF-8 string describing the error code. If the error code
* is unknown, it returns a string like "unknown error (<code>)".
* is unknown, it returns a string like "Unknown error: <code>".
*/
const gchar *
g_strerror (gint errnum)