Skip to content

Commit dd95577

Browse files
committed
Fix typo in diagnostic message
rdar://66684531
1 parent 85aaa3e commit dd95577

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
@@ -3263,7 +3263,7 @@ def warn_attribute_dllexport_explicit_instantiation_def : Warning<
32633263
"'dllexport' attribute ignored on explicit instantiation definition">,
32643264
InGroup<IgnoredAttributes>;
32653265
def warn_invalid_initializer_from_system_header : Warning<
3266-
"invalid constructor form class in system header, should not be explicit">,
3266+
"invalid constructor from class in system header, should not be explicit">,
32673267
InGroup<DiagGroup<"invalid-initializer-from-system-header">>;
32683268
def note_used_in_initialization_here : Note<"used in initialization here">;
32693269
def err_attribute_dll_member_of_dll_class : Error<

0 commit comments

Comments
 (0)