Fix typo in a comment in opus_decoder.c

Signed-off-by: Ralph Giles <giles@thaumas.net>
diff --git a/src/opus_decoder.c b/src/opus_decoder.c
index 149ae7f..2cdadaa 100644
--- a/src/opus_decoder.c
+++ b/src/opus_decoder.c
@@ -104,7 +104,7 @@
       return OPUS_BAD_ARG;
 
    OPUS_CLEAR((char*)st, opus_decoder_get_size(channels));
-   /* Initialize SILK encoder */
+   /* Initialize SILK decoder */
    ret = silk_Get_Decoder_Size(&silkDecSizeBytes);
    if (ret)
       return OPUS_INTERNAL_ERROR;