diff --git a/include/asterisk/bridge_channel_internal.h b/include/asterisk/bridge_channel_internal.h index 8cfbb7a7ca02cbf0ca22e11ba6dc462229f94463..1108c88d7ae04477e482cd7701816bd0ba385f00 100644 --- a/include/asterisk/bridge_channel_internal.h +++ b/include/asterisk/bridge_channel_internal.h @@ -26,7 +26,7 @@ * \author Matt Jordan <mjordan@digium.com> * * A private API to manipulate channels in a bridge. These can be called on a channel in - * a bridge by \ref bridging.c. These functions should not be called elsewhere, including + * a bridge by \ref bridge.c. These functions should not be called elsewhere, including * by other members of the Bridging API. * * See Also: diff --git a/include/asterisk/doxygen/architecture.h b/include/asterisk/doxygen/architecture.h index 9cf15c723d88ab47cbe563633ac8b651e13a1f4e..0809d6b2ee2166f20b769e8fe3ed2305fe8de42e 100644 --- a/include/asterisk/doxygen/architecture.h +++ b/include/asterisk/doxygen/architecture.h @@ -265,7 +265,7 @@ For additional information on the bridging API, see \arg <code>include/asterisk/bridge_after.h</code> For additional implementation details regarding the core bridging API, see -<code>main/bridging.c</code> and <code>main/bridging_channel.c</code>. +<code>main/bridge.c</code> and <code>main/bridge_channel.c</code>. \subsection ArchInterfaceCDR Call Detail Record (CDR) Handlers