astobj2.h comment tweaks.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@356765 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Richard Mudgett
2012-02-24 23:40:23 +00:00
parent e43d123f11
commit 0553e61207

View File

@@ -396,7 +396,7 @@ typedef void (*ao2_destructor_fn)(void *);
*
* \param data_size The sizeof() of the user-defined structure.
* \param destructor_fn The destructor function (can be NULL)
* \param debug_msg Ao2 object debug tracing message.
* \param debug_msg An ao2 object debug tracing message.
* \return A pointer to user-data.
*
* \details