diff options
author | Jan Hutter <jhutter@hsr.ch> | 2005-11-25 08:44:49 +0000 |
---|---|---|
committer | Jan Hutter <jhutter@hsr.ch> | 2005-11-25 08:44:49 +0000 |
commit | adad211cb2071c0d61cea6ca595ffa298310eed5 (patch) | |
tree | 7e3d0b50e6ba2bf39873fe31d57bd96372028c33 /Source/charon/utils/linked_list.h | |
parent | caf2a93a5ca1deb7d6e2efcefda98172f09d4576 (diff) | |
download | strongswan-adad211cb2071c0d61cea6ca595ffa298310eed5.tar.bz2 strongswan-adad211cb2071c0d61cea6ca595ffa298310eed5.tar.xz |
- code documentation cleaned
Diffstat (limited to 'Source/charon/utils/linked_list.h')
-rw-r--r-- | Source/charon/utils/linked_list.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/charon/utils/linked_list.h b/Source/charon/utils/linked_list.h index 57e5dde88..88cf8ba07 100644 --- a/Source/charon/utils/linked_list.h +++ b/Source/charon/utils/linked_list.h @@ -30,7 +30,7 @@ typedef struct linked_list_t linked_list_t; /** - * @brief Double Linked List (named only as linked list). + * @brief Class implementing a double linked list (named only as linked list). * * @warning Access to an object of this type is not thread-save. * |