aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/encoding/payloads/transform_attribute.h
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2005-12-06 13:44:22 +0000
committerMartin Willi <martin@strongswan.org>2005-12-06 13:44:22 +0000
commitc3dc864eaa5cebae57be1b0e9339f2e7ebdbfe15 (patch)
tree2baf1492686585fa1cd4dc1aa12dded74b4a85d9 /Source/charon/encoding/payloads/transform_attribute.h
parent59de50868b77f48ab78a31d4ad684e4e59d2e81f (diff)
downloadstrongswan-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.h4
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
*/