Skip to content

Commit df75fa4

Browse files
committed
fixing comments for diagnostic parameters
1 parent cfd7932 commit df75fa4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/swift/AST/DiagnosticsSema.def

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3267,8 +3267,8 @@ ERROR(autodiff_attr_opaque_result_type_unsupported,none,
32673267
ERROR(autodiff_attr_static_decl_mismatch,none,
32683268
"derivative function %0 operates on %select{an instance|a}1 type, "
32693269
"not on %select{an instance|a}2 type as required",
3270-
(/*derivative*/ DeclName, /*derivativeOperatesTy*/bool,
3271-
/*originalOperatesOnInstanceTy*/bool))
3270+
(/*derivative*/ DeclName, /*derivativeOperatesOnTy*/bool,
3271+
/*originalOperatesOnTy*/bool))
32723272
NOTE(autodiff_attr_static_decl_original,none,
32733273
"original function %0 operates on %select{an instance|a}1 type",
32743274
(/*original*/ DeclName, /*originalOperatesOnTy*/bool))

0 commit comments

Comments
 (0)