Skip to content

Commit d291b0b

Browse files
authored
Merge pull request #2322 from apple/fix-typo
Fix typo in diagnostic message
2 parents 666bf1f + a22c253 commit d291b0b

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)