From: Nikos Mavrogiannopoulos Date: Sun, 10 Jun 2012 19:33:47 +0000 (+0200) Subject: small fix X-Git-Tag: gnutls_3_0_21~38 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a3f9615e40339f77ebafabb63778d503af014d6;p=thirdparty%2Fgnutls.git small fix --- diff --git a/lib/gnutls_x509.c b/lib/gnutls_x509.c index 62d547cc82..a757832f2d 100644 --- a/lib/gnutls_x509.c +++ b/lib/gnutls_x509.c @@ -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. *