From: Brian Paul Date: Wed, 19 May 2010 19:25:39 +0000 (-0600) Subject: gallivm: fix spelling in comment X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3b7914c364be6f14de5c824d9980952386b039f4;p=mesa.git gallivm: fix spelling in comment --- diff --git a/src/gallium/auxiliary/gallivm/lp_bld_flow.c b/src/gallium/auxiliary/gallivm/lp_bld_flow.c index 560ce1de73f..823a8ec7b70 100644 --- a/src/gallium/auxiliary/gallivm/lp_bld_flow.c +++ b/src/gallium/auxiliary/gallivm/lp_bld_flow.c @@ -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: