]> git.sesse.net Git - movit/commitdiff
Fix a typo.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 14 Oct 2012 10:35:35 +0000 (12:35 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 14 Oct 2012 10:35:35 +0000 (12:35 +0200)
colorspace_conversion_effect.cpp

index 1ac5465ebd97935a00700fb99c5c481b4fdce09c..2447292c90ba9f1ec168055f5350200dc355e64c 100644 (file)
@@ -73,7 +73,7 @@ void get_xyz_matrix(ColorSpace space, Matrix3x3 m)
        // Some algebraic fiddling yields (unsurprisingly):
        //
        //   X_R = (x_R / y_R) Y_R
-       //   Z_R = (z_R / y_R) Z_R
+       //   Z_R = (z_R / y_R) Y_R
        //
        // We also know that since RGB=(1,1,1) should give us the
        // D65 illuminant, we must have