Skip to content

Commit 14d5373

Browse files
aslclackary
andcommitted
Typo
Co-authored-by: Zachary 'Clack' Cole <clack@passivelogic.com>
1 parent fa176ab commit 14d5373

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/AutoDiff/compiler_crashers_fixed/issue-59135-usableFromInline-VJP.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
// The original function Tensor.subscriptIndexPath() is not marked as @differentiable. As a result, no explicit differentiable witness is generated for it.
55
// However, the witness is generated as a side effect of providing a derivative via @derivative(of: subscriptIndexPath) on _vjpSubscriptIndexPath.
6-
// Since _vjpSubscriptIndexPath is not emitted when -emit-module is used, we need to ensure we still generate a wittness.
6+
// Since _vjpSubscriptIndexPath is not emitted when -emit-module is used, we need to ensure we still generate a witness.
77

88
import _Differentiation
99

0 commit comments

Comments
 (0)