From: Andre Noll Date: Sat, 20 Jun 2015 21:10:47 +0000 (+0200) Subject: spxdec: Fix typo in comment. X-Git-Tag: v0.5.5~15 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=c012c61639694212f44842fe651fba032db546ce spxdec: Fix typo in comment. --- diff --git a/spxdec_filter.c b/spxdec_filter.c index cf1fe604..b7b63295 100644 --- a/spxdec_filter.c +++ b/spxdec_filter.c @@ -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; };