summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrew Kaylor <andrew.kaylor@intel.com>2013-04-23 21:32:32 +0000
committerAndrew Kaylor <andrew.kaylor@intel.com>2013-04-23 21:32:32 +0000
commit23b7a7032d79d755b2f06a24e0711471172f1088 (patch)
treeb1aa4a8fe9f5201dadb0f878f190609b8da5f0d0 /include
parent07f03923137a91e3cca5d7fc075a22f8c9baf33a (diff)
downloadllvm-23b7a7032d79d755b2f06a24e0711471172f1088.tar.gz
llvm-23b7a7032d79d755b2f06a24e0711471172f1088.tar.bz2
llvm-23b7a7032d79d755b2f06a24e0711471172f1088.tar.xz
Fixing typo in comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@180147 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/ExecutionEngine/ExecutionEngine.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/ExecutionEngine/ExecutionEngine.h b/include/llvm/ExecutionEngine/ExecutionEngine.h
index 13e80a1868..07135b6947 100644
--- a/include/llvm/ExecutionEngine/ExecutionEngine.h
+++ b/include/llvm/ExecutionEngine/ExecutionEngine.h
@@ -373,7 +373,7 @@ public:
virtual void UnregisterJITEventListener(JITEventListener *) {}
/// Sets the pre-compiled object cache. The ownership of the ObjectCache is
- /// not changed. Supported by MCJIT by not JIT.
+ /// not changed. Supported by MCJIT but not JIT.
virtual void setObjectCache(ObjectCache *) {
llvm_unreachable("No support for an object cache");
}