From: Bradley Latus Date: Tue, 9 Sep 2008 12:34:32 +0000 (+0000) Subject: Minor fix to doco X-Git-Tag: 1.6.2.0-beta1~1301 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7eb76962396eb53a96ef43aa28984d315d6c251e;p=thirdparty%2Fasterisk.git Minor fix to doco git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@142000 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/include/asterisk/astobj2.h b/include/asterisk/astobj2.h index fd22b3be49..f6b9a387fe 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