From: José Fonseca Date: Tue, 15 Dec 2009 14:15:52 +0000 (+0000) Subject: llvmpipe: Fix lp_build_polynomial comment. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=85c27c3ef7753ee8bae119dd982df09161b44d5f;p=mesa.git llvmpipe: Fix lp_build_polynomial comment. --- diff --git a/src/gallium/drivers/llvmpipe/lp_bld_arit.c b/src/gallium/drivers/llvmpipe/lp_bld_arit.c index f0af3244045..08c86a3b926 100644 --- a/src/gallium/drivers/llvmpipe/lp_bld_arit.c +++ b/src/gallium/drivers/llvmpipe/lp_bld_arit.c @@ -1095,7 +1095,7 @@ lp_build_log(struct lp_build_context *bld, /** * Generate polynomial. - * Ex: x^2 * coeffs[0] + x * coeffs[1] + coeffs[2]. + * Ex: coeffs[0] + x * coeffs[1] + x^2 * coeffs[2]. */ static LLVMValueRef lp_build_polynomial(struct lp_build_context *bld,