[llvm] r180147 - Fixing typo in comment.

Andrew Kaylor andrew.kaylor at intel.com
Tue Apr 23 14:32:32 PDT 2013


Author: akaylor
Date: Tue Apr 23 16:32:32 2013
New Revision: 180147

URL: http://llvm.org/viewvc/llvm-project?rev=180147&view=rev
Log:
Fixing typo in comment.

Modified:
    llvm/trunk/include/llvm/ExecutionEngine/ExecutionEngine.h

Modified: llvm/trunk/include/llvm/ExecutionEngine/ExecutionEngine.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/ExecutionEngine/ExecutionEngine.h?rev=180147&r1=180146&r2=180147&view=diff
==============================================================================
--- llvm/trunk/include/llvm/ExecutionEngine/ExecutionEngine.h (original)
+++ llvm/trunk/include/llvm/ExecutionEngine/ExecutionEngine.h Tue Apr 23 16:32:32 2013
@@ -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");
   }





More information about the llvm-commits mailing list