llvmpipe: fix comment typo
authorBrian Paul <brianp@vmware.com>
Thu, 11 Mar 2010 21:03:33 +0000 (14:03 -0700)
committerBrian Paul <brianp@vmware.com>
Thu, 11 Mar 2010 21:49:00 +0000 (14:49 -0700)
src/gallium/drivers/llvmpipe/lp_state_fs.c

index ea6f056bb07c6567d86dfa0230cf768dc60d1b56..9a8de0edfdaadfb026b05c3e58e7609077810306 100644 (file)
@@ -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