From a17f420d6bbe11beb713ab0a2e32cf1c25e745af Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 18 Jun 2019 12:19:29 +0200 Subject: [PATCH] pcm/Export: update API documentation --- src/pcm/Export.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pcm/Export.hxx b/src/pcm/Export.hxx index 51d17c8d0..1d6e6101e 100644 --- a/src/pcm/Export.hxx +++ b/src/pcm/Export.hxx @@ -199,7 +199,7 @@ public: ConstBuffer Export(ConstBuffer src) noexcept; /** - * Converts the number of consumed bytes from the pcm_export() + * Converts the number of consumed bytes from the Export() * destination buffer to the according number of bytes from the * pcm_export() source buffer. */