[Orc] Remove duplicate "then" in comment.
[oota-llvm.git] / include / llvm / ExecutionEngine / Orc / IRCompileLayer.h
index 6275a00cd6784da37239b406813242c09d3e9d23..637902200786e914b22d2013be40431e290bef83 100644 (file)
@@ -52,9 +52,9 @@ public:
   /// @brief Set an ObjectCache to query before compiling.
   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 and symbol resolver.
+  /// @brief Compile each module in the given module set, then add the 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,