[llvm-commits] [llvm] r83171 - /llvm/trunk/lib/CodeGen/AsmPrinter/AsmPrinter.cpp

Bob Wilson bob.wilson at apple.com
Wed Sep 30 14:26:14 PDT 2009


Author: bwilson
Date: Wed Sep 30 16:26:13 2009
New Revision: 83171

URL: http://llvm.org/viewvc/llvm-project?rev=83171&view=rev
Log:
Fix a comment.

Modified:
    llvm/trunk/lib/CodeGen/AsmPrinter/AsmPrinter.cpp

Modified: llvm/trunk/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/AsmPrinter/AsmPrinter.cpp?rev=83171&r1=83170&r2=83171&view=diff

==============================================================================
--- llvm/trunk/lib/CodeGen/AsmPrinter/AsmPrinter.cpp (original)
+++ llvm/trunk/lib/CodeGen/AsmPrinter/AsmPrinter.cpp Wed Sep 30 16:26:13 2009
@@ -115,7 +115,7 @@
 
   if (MAI->hasSingleParameterDotFile()) {
     /* Very minimal debug info. It is ignored if we emit actual
-       debug info. If we don't, this at helps the user find where
+       debug info. If we don't, this at least helps the user find where
        a function came from. */
     O << "\t.file\t\"" << M.getModuleIdentifier() << "\"\n";
   }





More information about the llvm-commits mailing list