diff options
author | Andrew Kaylor <andrew.kaylor@intel.com> | 2013-04-23 21:32:32 +0000 |
---|---|---|
committer | Andrew Kaylor <andrew.kaylor@intel.com> | 2013-04-23 21:32:32 +0000 |
commit | 905d97c8f12d0df2073a0d371ee5be95441cab8a (patch) | |
tree | 9e6b17dc22f8e5358451bf724b11eb2917a34b65 | |
parent | 1d2d8e0e84259ead1d3f7ea2f359de35d00c8e55 (diff) | |
download | bcm5719-llvm-905d97c8f12d0df2073a0d371ee5be95441cab8a.tar.gz bcm5719-llvm-905d97c8f12d0df2073a0d371ee5be95441cab8a.zip |
Fixing typo in comment.
llvm-svn: 180147
-rw-r--r-- | llvm/include/llvm/ExecutionEngine/ExecutionEngine.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/ExecutionEngine/ExecutionEngine.h b/llvm/include/llvm/ExecutionEngine/ExecutionEngine.h index 13e80a1868f..07135b69470 100644 --- a/llvm/include/llvm/ExecutionEngine/ExecutionEngine.h +++ b/llvm/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"); } |