From: Simon Josefsson Date: Tue, 23 Jun 2009 20:56:12 +0000 (+0200) Subject: Doc fix. X-Git-Tag: gnutls_2_9_2~61^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c1fb7a7591b2621bcf2494751dd8480b0c4e12c4;p=thirdparty%2Fgnutls.git Doc fix. --- diff --git a/lib/gnutls_errors.c b/lib/gnutls_errors.c index 01a59de12d..395d7569be 100644 --- a/lib/gnutls_errors.c +++ b/lib/gnutls_errors.c @@ -319,9 +319,9 @@ gnutls_perror (int error) * gnutls_strerror - Returns a string with a description of an error * @error: is a GnuTLS error code, a negative value * - * This function is similar to strerror(). Differences: it accepts an - * error number returned by a gnutls function; In case of an unknown - * error a descriptive string is sent instead of NULL. + * This function is similar to strerror. The difference is that it + * accepts an error number returned by a gnutls function; In case of + * an unknown error a descriptive string is sent instead of %NULL. * * Error codes are always a negative value. *