summaryrefslogtreecommitdiffstats
path: root/llvm/include/llvm-c/ExecutionEngine.h
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2013-10-22 15:18:03 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2013-10-22 15:18:03 +0000
commit57f30bce64e2515bd460262238ffdf0d4f168820 (patch)
tree99290bef34d494294c9e06833176c53948629696 /llvm/include/llvm-c/ExecutionEngine.h
parent8b14242fe5043a75d880e9532ae5f0d1e8840b85 (diff)
downloadbcm5719-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.h2
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);
OpenPOWER on IntegriCloud