fix a bunch of comment typos found by codespell. Patch by

Luis Felipe Strano Moraes!

llvm-svn: 129559
This commit is contained in:
Chris Lattner
2011-04-15 05:22:18 +00:00
parent 0ab5e2cded
commit 57540c5be0
93 changed files with 118 additions and 118 deletions

View File

@@ -216,7 +216,7 @@ void BackendConsumer::InlineAsmDiagHandler2(const llvm::SMDiagnostic &D,
return;
}
// Otherwise, report the backend error as occuring in the generated .s file.
// Otherwise, report the backend error as occurring in the generated .s file.
// If Loc is invalid, we still need to report the error, it just gets no
// location info.
Diags.Report(Loc, diag::err_fe_inline_asm).AddString(Message);