Module: Mesa Branch: master Commit: 3b7914c364be6f14de5c824d9980952386b039f4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3b7914c364be6f14de5c824d9980952386b039f4
Author: Brian Paul <[email protected]> Date: Wed May 19 13:25:39 2010 -0600 gallivm: fix spelling in comment --- src/gallium/auxiliary/gallivm/lp_bld_flow.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/gallium/auxiliary/gallivm/lp_bld_flow.c b/src/gallium/auxiliary/gallivm/lp_bld_flow.c index 560ce1d..823a8ec 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: _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
