Mesa (master): llvmpipe: fix comment typo
Brian Paul
brianp at kemper.freedesktop.org
Thu Mar 11 13:53:03 PST 2010
Module: Mesa
Branch: master
Commit: 272f399434ad6b33a8444c287c5126987a222864
URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=272f399434ad6b33a8444c287c5126987a222864
Author: Brian Paul <brianp at vmware.com>
Date: Thu Mar 11 14:03:33 2010 -0700
llvmpipe: fix comment typo
---
src/gallium/drivers/llvmpipe/lp_state_fs.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/gallium/drivers/llvmpipe/lp_state_fs.c b/src/gallium/drivers/llvmpipe/lp_state_fs.c
index ea6f056..9a8de0e 100644
--- a/src/gallium/drivers/llvmpipe/lp_state_fs.c
+++ b/src/gallium/drivers/llvmpipe/lp_state_fs.c
@@ -40,7 +40,7 @@
* - depth/stencil test (stencil TBI)
* - blending
*
- * This file has only the glue to assembly the fragment pipeline. The actual
+ * This file has only the glue to assemble the fragment pipeline. The actual
* plumbing of converting Gallium state into LLVM IR is done elsewhere, in the
* lp_bld_*.[ch] files, and in a complete generic and reusable way. Here we
* muster the LLVM JIT execution engine to create a function that follows an
More information about the mesa-commit
mailing list