diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/pcm_export.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/pcm_export.h b/src/pcm_export.h index 7dc9f5f03..7ce35c096 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 */ |