Fix "the the" and similar typos.
[oota-llvm.git] / lib / CodeGen / AsmPrinter / AsmPrinter.cpp
index 9042147afb47677970eae2bf781ac08a1120dfdf..fc0838459388b7a1d071f49ae766f90ed0c5a70e 100644 (file)
@@ -302,7 +302,7 @@ void AsmPrinter::EmitFunctionHeader() {
     OutStreamer.GetCommentOS() << '\n';
   }
 
-  // Emit the CurrentFnSym.  This is is a virtual function to allow targets to
+  // Emit the CurrentFnSym.  This is a virtual function to allow targets to
   // do their wild and crazy things as required.
   EmitFunctionEntryLabel();