aboutsummaryrefslogtreecommitdiff
path: root/src/output_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/output_internal.h')
-rw-r--r--src/output_internal.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/output_internal.h b/src/output_internal.h
index 9d975d78..3e737127 100644
--- a/src/output_internal.h
+++ b/src/output_internal.h
@@ -219,10 +219,9 @@ struct audio_output {
struct player_control *player_control;
/**
- * The #music_chunk which is currently being played. All
- * chunks before this one may be returned to the
- * #music_buffer, because they are not going to be used by
- * this output anymore.
+ * The #music_chunk which is currently being played. All chunks before this
+ * one may be freed because they are not going to be used by this output
+ * anymore.
*/
const struct music_chunk *chunk;