diff options
author | Martin Willi <martin@strongswan.org> | 2005-12-06 13:44:22 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2005-12-06 13:44:22 +0000 |
commit | c3dc864eaa5cebae57be1b0e9339f2e7ebdbfe15 (patch) | |
tree | 2baf1492686585fa1cd4dc1aa12dded74b4a85d9 /Source/charon/encoding/payloads/transform_attribute.h | |
parent | 59de50868b77f48ab78a31d4ad684e4e59d2e81f (diff) | |
download | strongswan-c3dc864eaa5cebae57be1b0e9339f2e7ebdbfe15.tar.bz2 strongswan-c3dc864eaa5cebae57be1b0e9339f2e7ebdbfe15.tar.xz |
- code cleanup of encoding package
Diffstat (limited to 'Source/charon/encoding/payloads/transform_attribute.h')
-rw-r--r-- | Source/charon/encoding/payloads/transform_attribute.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 */ |