From c012c61639694212f44842fe651fba032db546ce Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Sat, 20 Jun 2015 23:10:47 +0200 Subject: [PATCH] spxdec: Fix typo in comment. --- spxdec_filter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }; -- 2.39.2