summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2019-06-18 12:19:29 +0200
committerMax Kellermann <max@musicpd.org>2019-06-18 12:19:40 +0200
commita17f420d6bbe11beb713ab0a2e32cf1c25e745af (patch)
treedc099638f749f89c7884b717b74c6876a2d3849c
parentf97a9ce765436b35a539f01059b04ec31ffa7c4c (diff)
pcm/Export: update API documentation
-rw-r--r--src/pcm/Export.hxx2
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.
*/