[Orc] Fix out-of-date comment for the IRCompileLayer.
[oota-llvm.git] / include / llvm / ExecutionEngine / Orc / IRCompileLayer.h
index edbb32f5344450a943fde0ea252794fe42d3a8bd..6275a00cd6784da37239b406813242c09d3e9d23 100644 (file)
@@ -53,8 +53,8 @@ public:
   void setObjectCache(ObjectCache *NewCache) { ObjCache = NewCache; }
 
   /// @brief Compile each module in the given module set, then then add the
-  ///        resulting set of objects to the base layer, along with the memory
-  //         manager MM.
+  ///        resulting set of objects to the base layer along with the memory
+  ///        manager and symbol resolver.
   ///
   /// @return A handle for the added modules.
   template <typename ModuleSetT, typename MemoryManagerPtrT,