summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/asterisk/stream.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asterisk/stream.h b/include/asterisk/stream.h
index 1bb34b72a..821ecec03 100644
--- a/include/asterisk/stream.h
+++ b/include/asterisk/stream.h
@@ -126,7 +126,7 @@ void ast_stream_free(struct ast_stream *stream);
* \retval NULL failure
*
* \note Opaque data pointers set with ast_stream_set_data() are not part
- * of the deep clone. The pointers are simply copied.
+ * of the deep clone. We have no way to clone the data.
*
* \since 15
*/