Skip to content

Commit 4faf500

Browse files
authored
[cxx-interop] Fix typo in diagnostic message
1 parent 91c64f7 commit 4faf500

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)