]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Doc fix.
authorSimon Josefsson <simon@josefsson.org>
Tue, 23 Jun 2009 20:56:12 +0000 (22:56 +0200)
committerSimon Josefsson <simon@josefsson.org>
Tue, 23 Jun 2009 20:56:12 +0000 (22:56 +0200)
lib/gnutls_errors.c

index 01a59de12d2e42bb5e1a3099cd0f87a5d1213939..395d7569be2aa24df6d10c9ac4fb37eb4df46fc3 100644 (file)
@@ -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.
  *