Skip to content

Commit 88b2952

Browse files
authored
Merge pull request swiftlang#59023 from apple/egorzhdan/cxx-diag-typo-fix
[cxx-interop] Fix typo in diagnostic message
2 parents 3ee8034 + 4faf500 commit 88b2952

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/swift/AST/DiagnosticsClangImporter.def

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ WARNING(nonmutating_without_mutable_fields,none,
118118
ERROR(module_map_not_found, none, "module map file '%0' not found", (StringRef))
119119

120120
WARNING(libstdcxx_not_found, none,
121-
"libstdc++ not found for '$0'; C++ stdlib may be unavailable",
121+
"libstdc++ not found for '%0'; C++ stdlib may be unavailable",
122122
(StringRef))
123123

124124
NOTE(macro_not_imported_unsupported_operator, none, "operator not supported in macro arithmetic", ())

0 commit comments

Comments
 (0)