summaryrefslogtreecommitdiff
path: root/include/asterisk/astobj2.h
diff options
context:
space:
mode:
authorBradley Latus <brad.latus@gmail.com>2008-09-09 12:34:32 +0000
committerBradley Latus <brad.latus@gmail.com>2008-09-09 12:34:32 +0000
commit7eb76962396eb53a96ef43aa28984d315d6c251e (patch)
treee54e49f375e57ab1302552abbaa072b0e97679fb /include/asterisk/astobj2.h
parent16d2c417018037cdc8aa0056677ffcce021135d7 (diff)
Minor fix to doco
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@142000 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include/asterisk/astobj2.h')
-rw-r--r--include/asterisk/astobj2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asterisk/astobj2.h b/include/asterisk/astobj2.h
index fd22b3be4..f6b9a387f 100644
--- a/include/asterisk/astobj2.h
+++ b/include/asterisk/astobj2.h
@@ -496,7 +496,7 @@ data structures depending on the needs.
Operations on container include:
- - c = \b ao2_container_alloc(size, cmp_fn, hash_fn)
+ - c = \b ao2_container_alloc(size, hash_fn, cmp_fn)
allocate a container with desired size and default compare
and hash function
-The compare function returns an int, which