]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
small fix
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Sun, 10 Jun 2012 19:33:47 +0000 (21:33 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Wed, 13 Jun 2012 19:26:05 +0000 (21:26 +0200)
lib/gnutls_x509.c

index 62d547cc827a22fdd7fbd1070791271a3c9a95b4..a757832f2d95158c83e14e8b1e2c1452c195102d 100644 (file)
@@ -1113,8 +1113,8 @@ cleanup:
  * entity certificate (e.g., also an intermediate CA cert) then put
  * the certificate chain in @pcert_list. The @pcert_list and @key will
  * become part of the credentials structure and must not
- * be deallocated. They will be automatically deallocated when
- * @res is deinitialized.
+ * be deallocated. They will be automatically deallocated when @res
+ * is deinitialized.
  *
  * Returns: %GNUTLS_E_SUCCESS (0) on success, or a negative error code.
  *