Skip to content

Commit 9cdaeef

Browse files
committed
[flang] Fix typo in ExpressionAnalyzer::CheckIntrinsicKind, NFC
1 parent 26ab444 commit 9cdaeef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flang/lib/Semantics/expression.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3750,7 +3750,7 @@ bool ExpressionAnalyzer::CheckIntrinsicKind(
37503750
return true;
37513751
} else if (foldingContext_.targetCharacteristics().CanSupportType(
37523752
category, kind)) {
3753-
Say("%s(KIND=%jd) is not an enabled type for this targe"_warn_en_US,
3753+
Say("%s(KIND=%jd) is not an enabled type for this target"_warn_en_US,
37543754
ToUpperCase(EnumToString(category)), kind);
37553755
return true;
37563756
} else {

0 commit comments

Comments
 (0)