aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/astobj2.h
diff options
context:
space:
mode:
authorsnuffy <snuffy@f38db490-d61c-443f-a65b-d21fe96a405b>2008-09-09 12:34:32 +0000
committersnuffy <snuffy@f38db490-d61c-443f-a65b-d21fe96a405b>2008-09-09 12:34:32 +0000
commit357d35e8b7fca65c03757a1116562134112ac917 (patch)
treee54e49f375e57ab1302552abbaa072b0e97679fb /include/asterisk/astobj2.h
parent049e922493de2f069780e4590713326e8420a90b (diff)
Minor fix to doco
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@142000 f38db490-d61c-443f-a65b-d21fe96a405b
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