diff --git a/gst-libs/gst/idct/mmx32idct.c b/gst-libs/gst/idct/mmx32idct.c index d5bbbdb983..32f17bea9d 100644 --- a/gst-libs/gst/idct/mmx32idct.c +++ b/gst-libs/gst/idct/mmx32idct.c @@ -59,7 +59,7 @@ /* the (3rd) step uses different shift&round constants (explained later.) */ /* */ /* Also note that the intermediate transpose (2) would not be neccessary, */ -/* if the subsequent operation were a iDCT-column transformation. Since */ +/* if the subsequent operation were an iDCT-column transformation. Since */ /* we only have the iDCT-row transform, we transpose the intermediate */ /* matrix and use the iDCT-row transform a 2nd time. */ /* */