Skip to content

Commit 901aca9

Browse files
committed
misc: Fix typo
1 parent 3cd4825 commit 901aca9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

devito/passes/clusters/derivatives.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ def _(expr, c, ispace, weights, reusables, mapper, **kwargs):
169169
ispace1 = IterationSpace.union(ispace, ispace0, relations=extra)
170170

171171
# The Symbol that will hold the result of the IndexDerivative computation
172-
# NOTE: created before recurring so that we ultimately get a sound ordering
172+
# NOTE: created before recursing so that we ultimately get a sound ordering
173173
try:
174174
s = reusables.pop()
175175
assert np.can_cast(s.dtype, w.dtype)

0 commit comments

Comments
 (0)