From: Alexandre Demers Date: Fri, 13 Mar 2015 00:50:08 +0000 (-0400) Subject: gallivm: (trivial) Fix typo in comment introduced by 70dc8a X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a38e6c4fbd6a941ec9ffb98bdf9f040cccda0247;p=mesa.git gallivm: (trivial) Fix typo in comment introduced by 70dc8a Fix typo in comment introduced by 70dc8a Signed-off-by: Alexandre Demers Signed-off-by: Jose Fonseca --- diff --git a/src/gallium/auxiliary/gallivm/lp_bld_misc.cpp b/src/gallium/auxiliary/gallivm/lp_bld_misc.cpp index d60db91df95..4ede90bfd32 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(MM)); - MM = NULL; // onwership taken by std::unique_ptr + MM = NULL; // ownership taken by std::unique_ptr #else builder.setMCJITMemoryManager(MM); #endif