Fix a comment.
authorBob Wilson <bob.wilson@apple.com>
Wed, 30 Sep 2009 21:26:13 +0000 (21:26 +0000)
committerBob Wilson <bob.wilson@apple.com>
Wed, 30 Sep 2009 21:26:13 +0000 (21:26 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83171 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/AsmPrinter/AsmPrinter.cpp

index ff16f22d8169e6c72f15d20f77154f6fb7ef8725..9c6c5b5c071bb08326eeab99c6adef8759d0c5e2 100644 (file)
@@ -115,7 +115,7 @@ bool AsmPrinter::doInitialization(Module &M) {
 
   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";
   }