]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
dox
authorAnthony Minessale <anthony.minessale@gmail.com>
Sat, 22 Jul 2006 21:52:53 +0000 (21:52 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Sat, 22 Jul 2006 21:52:53 +0000 (21:52 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2048 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/include/switch_core.h

index d4e6f1421cc053bc2dbf346f5dcf8be6285812fc..4183bde96cc302326e6d515dcda76bea9aaa48fe 100644 (file)
@@ -118,7 +118,7 @@ SWITCH_DECLARE(switch_status_t) switch_core_init(char *console, const char **err
 
 /*! 
   \brief Set/Get Session Limit
-  \param new new value (if > 0)
+  \param new_limit new value (if > 0)
   \return the current session limit
 */
 SWITCH_DECLARE(uint32_t) switch_core_session_limit(uint32_t new_limit);