spxdec: Fix typo in comment.
authorAndre Noll <maan@tuebingen.mpg.de>
Sat, 20 Jun 2015 21:10:47 +0000 (23:10 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Wed, 19 Aug 2015 19:45:43 +0000 (21:45 +0200)
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;
 };