From c3dc864eaa5cebae57be1b0e9339f2e7ebdbfe15 Mon Sep 17 00:00:00 2001 From: Martin Willi Date: Tue, 6 Dec 2005 13:44:22 +0000 Subject: - code cleanup of encoding package --- Source/charon/encoding/payloads/transform_attribute.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Source/charon/encoding/payloads/transform_attribute.h') diff --git a/Source/charon/encoding/payloads/transform_attribute.h b/Source/charon/encoding/payloads/transform_attribute.h index 5820932e2..1bcc02db2 100644 --- a/Source/charon/encoding/payloads/transform_attribute.h +++ b/Source/charon/encoding/payloads/transform_attribute.h @@ -134,7 +134,7 @@ struct transform_attribute_t { /** * @brief Creates an empty transform_attribute_t object. * - * @return created transform_attribute_t object + * @return transform_attribute_t object * * @ingroup payloads */ @@ -144,7 +144,7 @@ transform_attribute_t *transform_attribute_create(); * @brief Creates an transform_attribute_t of type KEY_LENGTH. * * @param key_length key length in bytes - * @return created transform_attribute_t object + * @return transform_attribute_t object * * @ingroup payloads */ -- cgit v1.2.3