aboutsummaryrefslogtreecommitdiff
path: root/src/pcm_export.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pcm_export.h')
-rw-r--r--src/pcm_export.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/pcm_export.h b/src/pcm_export.h
index 7dc9f5f0..7ce35c09 100644
--- a/src/pcm_export.h
+++ b/src/pcm_export.h
@@ -35,14 +35,14 @@ struct audio_format;
*/
struct pcm_export_state {
/**
- * The buffer used to pack samples, removing padding.
+ * The buffer is used to pack samples, removing padding.
*
- * @see #reverse_endian
+ * @see #pack24
*/
struct pcm_buffer pack_buffer;
/**
- * The buffer used to reverse the byte order.
+ * The buffer is used to reverse the byte order.
*
* @see #reverse_endian
*/