aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@apple.com>2009-09-30 21:26:13 +0000
committerBob Wilson <bob.wilson@apple.com>2009-09-30 21:26:13 +0000
commitbc9506f5eec2ff5f05f66b03e13a5fd678fd9134 (patch)
tree68a8c01cb8d01f17ba50fb91ebf4e825445da64b
parentb6e4742da7ecada32ba8d018f7292a837d5d90a9 (diff)
Fix a comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83171 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/CodeGen/AsmPrinter/AsmPrinter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/AsmPrinter/AsmPrinter.cpp b/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
index ff16f22d81..9c6c5b5c07 100644
--- a/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
+++ b/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
@@ -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";
}