llvmpipe: Fix lp_build_polynomial comment.
authorJosé Fonseca <jfonseca@vmware.com>
Tue, 15 Dec 2009 14:15:52 +0000 (14:15 +0000)
committerJosé Fonseca <jfonseca@vmware.com>
Tue, 15 Dec 2009 14:15:52 +0000 (14:15 +0000)
src/gallium/drivers/llvmpipe/lp_bld_arit.c

index f0af324..08c86a3 100644 (file)
@@ -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,