summaryrefslogtreecommitdiff
path: root/include/asterisk/bridging_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asterisk/bridging_internal.h')
-rw-r--r--include/asterisk/bridging_internal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asterisk/bridging_internal.h b/include/asterisk/bridging_internal.h
index cafa693f5..18ef56e96 100644
--- a/include/asterisk/bridging_internal.h
+++ b/include/asterisk/bridging_internal.h
@@ -180,8 +180,8 @@ void bridge_merge_inhibit_nolock(struct ast_bridge *bridge, int request);
* \param colp_update Whether to perform COLP updates.
*
* \details
- * After a series of bridge_channel_push and
- * bridge_channel_pull calls, you need to call this function
+ * After a series of bridge_channel_internal_push and
+ * bridge_channel_internal_pull calls, you need to call this function
* to cause the bridge to complete restructuring for the change
* in the channel makeup of the bridge.
*