diff --git a/celt/quant_bands.c b/celt/quant_bands.c
index 6333f1b00a417bed1dfca067a02bac158c36f3e2..56101b1cfecb8f5811c07618830d7ee3842aeb48 100644
--- a/celt/quant_bands.c
+++ b/celt/quant_bands.c
@@ -553,7 +553,7 @@ void amp2Log2(const CELTMode *m, int effEnd, int end,
                celt_log2(bandE[i+c*m->nbEBands])
                - SHL16((opus_val16)eMeans[i],6);
 #ifdef FIXED_POINT
-         /* Compensate for bandLogE[] being Q12 but celt_log2() taking a Q14 input. */
+         /* Compensate for bandE[] being Q12 but celt_log2() taking a Q14 input. */
          bandLogE[i+c*m->nbEBands] += QCONST16(2.f, DB_SHIFT);
 #endif
       }