From 8b754b24b662b067d66aec4b87fc4b7b6f3a5c83 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 11 Jan 2017 20:24:32 +0100 Subject: [PATCH] pcm/Buffer: update API documentation --- src/pcm/PcmBuffer.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pcm/PcmBuffer.hxx b/src/pcm/PcmBuffer.hxx index 9c5ff0093..0c4b62431 100644 --- a/src/pcm/PcmBuffer.hxx +++ b/src/pcm/PcmBuffer.hxx @@ -40,7 +40,7 @@ public: /** * Get the buffer, and guarantee a minimum size. This buffer becomes - * invalid with the next pcm_buffer_get() call. + * invalid with the next Get() call. * * This function will never return nullptr, even if size is * zero, because the PCM library uses the nullptr return value