para.h: Fix typo in comment.
[paraslash.git] / write.c
diff --git a/write.c b/write.c
index 8411003027e33ad3a9bcc43962efcf65547dea04..424286b5a4c21613517d632777d3052578e869fd 100644 (file)
--- a/write.c
+++ b/write.c
@@ -37,8 +37,9 @@ struct check_wav_task {
        int state;
        /** Number of channels. */
        unsigned channels;
-       unsigned sample_rate;
        unsigned sample_format;
+       /** Sample rate specified in wav header given by \a buf. */
+       unsigned sample_rate;
        /** The task structure used by the scheduler. */
        struct task task;
        struct btr_node *btrn;