From 23b7a7032d79d755b2f06a24e0711471172f1088 Mon Sep 17 00:00:00 2001 From: Andrew Kaylor Date: Tue, 23 Apr 2013 21:32:32 +0000 Subject: Fixing typo in comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@180147 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/ExecutionEngine/ExecutionEngine.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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"); } -- cgit v1.2.3