Fix a tranche of comment, test and doc typos
llvm-svn: 196510
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user