Skip to content

Commit 330dc01

Browse files
authored
[AutoDiff upstream] NFC: garden doc comment. (swiftlang#32264)
1 parent 6a1534d commit 330dc01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/swift/AST/AutoDiff.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -521,8 +521,8 @@ IndexSubset *getLoweredParameterIndices(IndexSubset *astParameterIndices,
521521
///
522522
/// Returns the "constrained" derivative/transpose generic signature given:
523523
/// - An original SIL function type.
524-
/// - Differentiability parameter indices.
525-
/// - A possibly "unconstrained" derivative generic signature.
524+
/// - Differentiability/linearity parameter indices.
525+
/// - A possibly "unconstrained" derivative/transpose generic signature.
526526
GenericSignature getConstrainedDerivativeGenericSignature(
527527
SILFunctionType *originalFnTy, IndexSubset *diffParamIndices,
528528
GenericSignature derivativeGenSig, LookupConformanceFn lookupConformance,

0 commit comments

Comments
 (0)