diff options
-rw-r--r-- | src/pcm/Export.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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<void> Export(ConstBuffer<void> 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. */ |