[flang] Fix typo in ExpressionAnalyzer::CheckIntrinsicKind, NFC
This commit is contained in:
parent
26ab444e88
commit
9cdaeefc45
@ -3750,7 +3750,7 @@ bool ExpressionAnalyzer::CheckIntrinsicKind(
|
||||
return true;
|
||||
} else if (foldingContext_.targetCharacteristics().CanSupportType(
|
||||
category, kind)) {
|
||||
Say("%s(KIND=%jd) is not an enabled type for this targe"_warn_en_US,
|
||||
Say("%s(KIND=%jd) is not an enabled type for this target"_warn_en_US,
|
||||
ToUpperCase(EnumToString(category)), kind);
|
||||
return true;
|
||||
} else {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user