summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xinclude/asterisk/astobj.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/asterisk/astobj.h b/include/asterisk/astobj.h
index 951534121..ca18cf53c 100755
--- a/include/asterisk/astobj.h
+++ b/include/asterisk/astobj.h
@@ -466,7 +466,8 @@ extern "C" {
* \note This macro does not destroy any objects, it simply unlinks
* them from the list. No destructors are called.
*
- * \return The object unlinked or NULL if no matching object was found.
+ * \return The container's reference to the removed object or NULL if no
+ * matching object was found.
*/
#define ASTOBJ_CONTAINER_UNLINK(container,obj) \
({ \