summaryrefslogtreecommitdiff
path: root/src/gallium
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2010-04-20 11:50:50 -0600
committerBrian Paul <brianp@vmware.com>2010-04-20 13:51:52 -0600
commit48f54ecb0cc276ab7655b93419e73c8b4e5656ae (patch)
tree414e7b6541271293447ee63e933bda11d849b96f /src/gallium
parent1407daf9bc9e0452a171aaca2ab8e389ccca5462 (diff)
llvmpipe: fix comment/typo
Diffstat (limited to 'src/gallium')
-rw-r--r--src/gallium/drivers/llvmpipe/lp_bld_interp.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_bld_interp.c b/src/gallium/drivers/llvmpipe/lp_bld_interp.c
index ee4876eff1..838691e14b 100644
--- a/src/gallium/drivers/llvmpipe/lp_bld_interp.c
+++ b/src/gallium/drivers/llvmpipe/lp_bld_interp.c
@@ -177,7 +177,9 @@ attribs_init(struct lp_build_interp_soa_context *bld)
res = lp_build_add(&bld->base, res, lp_build_mul(&bld->base, y, dady));
}
- /* Keep the value of the attribue before perspective divide for faster updates */
+ /* Keep the value of the attribute before perspective divide
+ * for faster updates.
+ */
bld->attribs_pre[attrib][chan] = res;
if (interp == TGSI_INTERPOLATE_PERSPECTIVE) {