Fix a tranche of comment, test and doc typos

llvm-svn: 196510
This commit is contained in:
Alp Toker
2013-12-05 16:25:25 +00:00
parent 4cc2b87375
commit f6a24ce40f
63 changed files with 83 additions and 82 deletions

View File

@@ -1139,7 +1139,8 @@ static void ParseLangArgs(LangOptions &Opts, ArgList &Args, InputKind IK,
Diags.Report(diag::err_drv_invalid_value)
<< A->getAsString(Args) << A->getValue();
else {
// Valid standard, check to make sure language and standard are compatable.
// Valid standard, check to make sure language and standard are
// compatible.
const LangStandard &Std = LangStandard::getLangStandardForKind(LangStd);
switch (IK) {
case IK_C: