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

@@ -1291,7 +1291,7 @@ static void ParseHeaderSearchArgs(HeaderSearchOptions &Opts, ArgList &Args) {
void CompilerInvocation::setLangDefaults(LangOptions &Opts, InputKind IK,
LangStandard::Kind LangStd) {
// Set some properties which depend soley on the input kind; it would be nice
// Set some properties which depend solely on the input kind; it would be nice
// to move these to the language standard, and have the driver resolve the
// input kind + language standard.
if (IK == IK_Asm) {