From a20e3024ddbec79084476007bc4ed553fbff347e Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Mon, 21 Jul 2014 11:40:12 +0200 Subject: [PATCH] Fix a typo in a comment. --- gamma_expansion_effect.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gamma_expansion_effect.cpp b/gamma_expansion_effect.cpp index 24e8ea5..9543790 100644 --- a/gamma_expansion_effect.cpp +++ b/gamma_expansion_effect.cpp @@ -40,7 +40,7 @@ void GammaExpansionEffect::set_gl_state(GLuint glsl_program_num, const string &p // However, pow() is relatively slow in GLSL, so we approximate this // part by a minimax polynomial, whose coefficients are precalculated // in Maple. (It is very hard to accurately model the curve as a whole - // using minimax polynomials; both Maple and Mathematically generally + // using minimax polynomials; both Maple and Mathematica generally // just error out if you ask them to optimize over 0..1 with a higher-degree // polynomial.) // -- 2.39.2