From: Arnaldo Pereira Date: Thu, 2 Dec 2010 22:21:22 +0000 (-0200) Subject: freetdm: ftmod_wanpipe - fixed param documentation for wanpipe_channel_next_event() X-Git-Tag: v1.2-rc1~247^2^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7dbb4834e4654b7a0574b3da6337c4216edab9ea;p=thirdparty%2Ffreeswitch.git freetdm: ftmod_wanpipe - fixed param documentation for wanpipe_channel_next_event() --- diff --git a/libs/freetdm/src/include/freetdm.h b/libs/freetdm/src/include/freetdm.h index 5ae14abb31..57c590faf2 100644 --- a/libs/freetdm/src/include/freetdm.h +++ b/libs/freetdm/src/include/freetdm.h @@ -915,7 +915,7 @@ FT_DECLARE(ftdm_status_t) ftdm_channel_remove_from_group(ftdm_group_t* group, ft * from a different thread or even the same. It is recommended to * handle events from the same span in a single thread. * - * \param span The channel to retrieve the event from + * \param ftdmchan The channel to retrieve the event from * \param event Pointer to store the pointer to the event * * \retval FTDM_SUCCESS success (at least one event available)