gallivm: (trivial) Fix typo in comment introduced by 70dc8a
authorAlexandre Demers <alexandre.f.demers@gmail.com>
Fri, 13 Mar 2015 00:50:08 +0000 (20:50 -0400)
committerJose Fonseca <jfonseca@vmware.com>
Fri, 13 Mar 2015 13:52:52 +0000 (13:52 +0000)
Fix typo in comment introduced by 70dc8a

Signed-off-by: Alexandre Demers <alexandre.f.demers@gmail.com>
Signed-off-by: Jose Fonseca <jfonseca@vmware.com>
src/gallium/auxiliary/gallivm/lp_bld_misc.cpp

index d60db91df95044d2f018625f0e56f5dfb87ee4f3..4ede90bfd32962013b9ea4fbfbd90b16720f232f 100644 (file)
@@ -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