[Mesa-dev] [PATCH] gallivm: (trivial) Fix typo in comment introduced by 70dc8a
Jose Fonseca
jfonseca at vmware.com
Fri Mar 13 06:53:30 PDT 2015
On 13/03/15 00:50, Alexandre Demers wrote:
> Fix typo in comment introduced by 70dc8a
>
> Signed-off-by: Alexandre Demers <alexandre.f.demers at gmail.com>
> ---
> src/gallium/auxiliary/gallivm/lp_bld_misc.cpp | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/gallium/auxiliary/gallivm/lp_bld_misc.cpp b/src/gallium/auxiliary/gallivm/lp_bld_misc.cpp
> index d60db91..4ede90b 100644
> --- a/src/gallium/auxiliary/gallivm/lp_bld_misc.cpp
> +++ b/src/gallium/auxiliary/gallivm/lp_bld_misc.cpp
> @@ -502,7 +502,7 @@ lp_build_create_jit_compiler_for_module(LLVMExecutionEngineRef *OutJIT,
>
> #if HAVE_LLVM >= 0x0306
> builder.setMCJITMemoryManager(std::unique_ptr<RTDyldMemoryManager>(MM));
> - MM = NULL; // onwership taken by std::unique_ptr
> + MM = NULL; // ownership taken by std::unique_ptr
> #else
> builder.setMCJITMemoryManager(MM);
> #endif
>
Pushed. Thanks.
More information about the mesa-dev
mailing list