From 62a8ee10c37f75fa76082dfed1755fa01ced374e Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Wed, 7 Mar 2007 14:11:02 +0000 Subject: [PATCH] corrected comment --- src/libstrongswan/crypto/certinfo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libstrongswan/crypto/certinfo.h b/src/libstrongswan/crypto/certinfo.h index 3ecaacea0..acea85698 100644 --- a/src/libstrongswan/crypto/certinfo.h +++ b/src/libstrongswan/crypto/certinfo.h @@ -150,7 +150,7 @@ struct certinfo_t { /** * @brief Destroys the certinfo_t object. * - * @param this crl to destroy + * @param this certinfo_t to destroy */ void (*destroy) (certinfo_t *this);