From 67cfbfc2f3958208b684132e72ec2416143ece59 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 20 Dec 2016 16:35:14 +0100 Subject: [PATCH] output/SharedPipeConsumer: update API documentation --- src/output/SharedPipeConsumer.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;