Skip to content

Commit a22c253

Browse files
committed
Fix typo in diagnostic message
rdar://66684531 (cherry picked from commit dd95577)
1 parent 666bf1f commit a22c253

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/include/clang/Basic/DiagnosticSemaKinds.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3322,7 +3322,7 @@ def warn_attribute_dllexport_explicit_instantiation_def : Warning<
33223322
"'dllexport' attribute ignored on explicit instantiation definition">,
33233323
InGroup<IgnoredAttributes>;
33243324
def warn_invalid_initializer_from_system_header : Warning<
3325-
"invalid constructor form class in system header, should not be explicit">,
3325+
"invalid constructor from class in system header, should not be explicit">,
33263326
InGroup<DiagGroup<"invalid-initializer-from-system-header">>;
33273327
def note_used_in_initialization_here : Note<"used in initialization here">;
33283328
def err_attribute_dll_member_of_dll_class : Error<

0 commit comments

Comments
 (0)