Revert 101520, which depended on 101503, which was reverted.
[oota-llvm.git] / include / llvm / Linker.h
index a68a2e0fd3d0f8c72061205d7889d13e1a4be488..cc7bf88115c55852fa1aeab13596f2f78f694c84 100644 (file)
@@ -223,7 +223,7 @@ class Linker {
     /// the archive that resolve outstanding symbols will be linked in. The
     /// library is searched repeatedly until no more modules that resolve
     /// symbols can be found. If an error occurs, the error string is  set.
-    /// To speed up this function, ensure the the archive has been processed
+    /// To speed up this function, ensure the archive has been processed
     /// llvm-ranlib or the S option was given to llvm-ar when the archive was
     /// created. These tools add a symbol table to the archive which makes the
     /// search for undefined symbols much faster.