Fixing typo in comment.
authorAndrew Kaylor <andrew.kaylor@intel.com>
Tue, 23 Apr 2013 21:32:32 +0000 (21:32 +0000)
committerAndrew Kaylor <andrew.kaylor@intel.com>
Tue, 23 Apr 2013 21:32:32 +0000 (21:32 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@180147 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/ExecutionEngine/ExecutionEngine.h

index 13e80a1868f5dd1e1bf4e167699975cde70b5d06..07135b69470034d6c7a79f7a68345fa0a0993b6b 100644 (file)
@@ -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");
   }