gallivm: fix spelling in comment
authorBrian Paul <brianp@vmware.com>
Wed, 19 May 2010 19:25:39 +0000 (13:25 -0600)
committerBrian Paul <brianp@vmware.com>
Thu, 20 May 2010 16:27:12 +0000 (10:27 -0600)
src/gallium/auxiliary/gallivm/lp_bld_flow.c

index 560ce1de73f558f1d568e2b2bc212b83a78d6389..823a8ec7b70519404b696a373dfcaeaea532f557 100644 (file)
@@ -843,7 +843,7 @@ lp_build_alloca(LLVMBuilderRef builder,
  * first block may prevent the X86 backend from successfully align the stack as
  * required.
  *
- * Also the scalarrepl pass is supossedly more powerful and can promote
+ * Also the scalarrepl pass is supposedly more powerful and can promote
  * arrays in many cases.
  *
  * See also: