diff options
author | Jan Hutter <jhutter@hsr.ch> | 2005-11-25 08:55:25 +0000 |
---|---|---|
committer | Jan Hutter <jhutter@hsr.ch> | 2005-11-25 08:55:25 +0000 |
commit | 32f78c2e544d4a0fd43e07965e5102cb966f9311 (patch) | |
tree | 8dbd6854f859727fe573e4ea5d8c73240b7468d4 /Source/charon/utils/allocator.h | |
parent | f024eaf5d442c622d7a8c96adc11aaf005713857 (diff) | |
download | strongswan-32f78c2e544d4a0fd43e07965e5102cb966f9311.tar.bz2 strongswan-32f78c2e544d4a0fd43e07965e5102cb966f9311.tar.xz |
- code documentation cleaned
Diffstat (limited to 'Source/charon/utils/allocator.h')
-rw-r--r-- | Source/charon/utils/allocator.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/charon/utils/allocator.h b/Source/charon/utils/allocator.h index b01112162..f27610a16 100644 --- a/Source/charon/utils/allocator.h +++ b/Source/charon/utils/allocator.h @@ -186,7 +186,7 @@ /** * Macro to reallocate some memory. * - * See #allocator_s.reallocate for description. + * See #allocator_t.reallocate for description. * * @ingroup utils */ @@ -195,7 +195,7 @@ /** * Macro to clone some memory. * - * See #allocator_s.*clone_bytes for description. + * See #allocator_t.*clone_bytes for description. * * @ingroup utils */ @@ -204,7 +204,7 @@ /** * Macro to free some memory. * - * See #allocator_s.free for description. + * See #allocator_t.free_pointer for description. * * @ingroup utils */ |