diff options
author | Max Kellermann <max@musicpd.org> | 2016-12-20 16:35:14 +0100 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2016-12-20 16:35:14 +0100 |
commit | 67cfbfc2f3958208b684132e72ec2416143ece59 (patch) | |
tree | d3bc9d3d1287c42b5d7f092264e10750570f0f83 /src/output | |
parent | fc83d38e6712a85d32524d4783593d03db8ed0ad (diff) |
output/SharedPipeConsumer: update API documentation
Diffstat (limited to 'src/output')
-rw-r--r-- | src/output/SharedPipeConsumer.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/output/SharedPipeConsumer.hxx b/src/output/SharedPipeConsumer.hxx index d53824077..6a1734f72 100644 --- a/src/output/SharedPipeConsumer.hxx +++ b/src/output/SharedPipeConsumer.hxx @@ -46,7 +46,7 @@ class SharedPipeConsumer { const MusicChunk *chunk; /** - * Has the output finished playing #current_chunk? + * Has the output finished playing #chunk? */ bool consumed; |