diff options
author | Benjamin Kramer <benny.kra@googlemail.com> | 2013-10-22 15:18:03 +0000 |
---|---|---|
committer | Benjamin Kramer <benny.kra@googlemail.com> | 2013-10-22 15:18:03 +0000 |
commit | 57f30bce64e2515bd460262238ffdf0d4f168820 (patch) | |
tree | 99290bef34d494294c9e06833176c53948629696 /llvm/include/llvm-c/ExecutionEngine.h | |
parent | 8b14242fe5043a75d880e9532ae5f0d1e8840b85 (diff) | |
download | bcm5719-llvm-57f30bce64e2515bd460262238ffdf0d4f168820.tar.gz bcm5719-llvm-57f30bce64e2515bd460262238ffdf0d4f168820.zip |
Speling fixes.
llvm-svn: 193165
Diffstat (limited to 'llvm/include/llvm-c/ExecutionEngine.h')
-rw-r--r-- | llvm/include/llvm-c/ExecutionEngine.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm-c/ExecutionEngine.h b/llvm/include/llvm-c/ExecutionEngine.h index 4e767b2e641..3ae4d890070 100644 --- a/llvm/include/llvm-c/ExecutionEngine.h +++ b/llvm/include/llvm-c/ExecutionEngine.h @@ -197,7 +197,7 @@ LLVMMCJITMemoryManagerRef LLVMCreateSimpleMCJITMemoryManager( LLVMMemoryManagerAllocateCodeSectionCallback AllocateCodeSection, LLVMMemoryManagerAllocateDataSectionCallback AllocateDataSection, LLVMMemoryManagerFinalizeMemoryCallback FinalizeMemory, - LLVMMemoryManagerDestroyCallback Destory); + LLVMMemoryManagerDestroyCallback Destroy); void LLVMDisposeMCJITMemoryManager(LLVMMCJITMemoryManagerRef MM); |