Browse code

[NCSF] Minor comment fix from the previous NCSF commit.

Naram Qashat authored on 2014/09/28 00:13:39
Showing 1 changed files
... ...
@@ -592,8 +592,8 @@ static const int16_t wavedutytbl[8][8] =
592 592
 	{ -0x7FFF, -0x7FFF, -0x7FFF, -0x7FFF, -0x7FFF, -0x7FFF, -0x7FFF, -0x7FFF }
593 593
 };
594 594
 
595
-// Linear and Cosine interpolation code originally from DeSmuME
596
-// B-spline and Osculating come from Olli Niemitalo:
595
+// Linear interpolation code originally from DeSmuME
596
+// Legrange comes from Olli Niemitalo:
597 597
 // http://www.student.oulu.fi/~oniemita/dsp/deip.pdf
598 598
 int32_t Channel::Interpolate()
599 599
 {