spxdec: Fix typo in comment.
[paraslash.git] / spxdec_filter.c
index cf1fe604436b69bff0dd81b81000cfe67058de23..b7b6329543773f0d0c12c96e21b952700790211f 100644 (file)
@@ -75,7 +75,7 @@ struct private_spxdec_data {
        int lookahead;
        /** The state information about the current stream. */
        ogg_stream_state os;
-       /** Whether \a os initialized. */
+       /** Whether \a os is initialized. */
        bool stream_init;
 };