Fix typo in diagnostic message
authorAkira Hatanaka <ahatanaka@apple.com>
Tue, 12 Jan 2021 17:56:06 +0000 (09:56 -0800)
committerAkira Hatanaka <ahatanaka@apple.com>
Tue, 12 Jan 2021 17:58:11 +0000 (09:58 -0800)
rdar://66684531

clang/include/clang/Basic/DiagnosticSemaKinds.td

index 19b0033..717bf6e 100644 (file)
@@ -3263,7 +3263,7 @@ def warn_attribute_dllexport_explicit_instantiation_def : Warning<
   "'dllexport' attribute ignored on explicit instantiation definition">,
   InGroup<IgnoredAttributes>;
 def warn_invalid_initializer_from_system_header : Warning<
-  "invalid constructor form class in system header, should not be explicit">,
+  "invalid constructor from class in system header, should not be explicit">,
   InGroup<DiagGroup<"invalid-initializer-from-system-header">>;
 def note_used_in_initialization_here : Note<"used in initialization here">;
 def err_attribute_dll_member_of_dll_class : Error<