diff options
-rw-r--r-- | util/include/axutil_hash.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/include/axutil_hash.h b/util/include/axutil_hash.h index 084f2bc..6f933aa 100644 --- a/util/include/axutil_hash.h +++ b/util/include/axutil_hash.h @@ -103,7 +103,7 @@ extern "C" * @param ht The hash table to clone * @param env The environment from which to allocate the new hash table * @return The hash table just created - * @remark Makes a shallow copy + * @remark Makes a shallow copy. axutil_hash_free should not be used to free the copy. */ AXIS2_EXTERN axutil_hash_t *AXIS2_CALL axutil_hash_copy( |