Skip to content

Commit da3a333

Browse files
committed
Fix typo
1 parent 8226f2f commit da3a333

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/copyable_task.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,7 @@ function derive_copyable_task_ir(ir::BBCode)::Tuple{BBCode,Tuple,Vector{Any}}
592592
# ID(%2) = deref_phi(refs, ID(%1))
593593
# set_ref_at!(refs, ref_ind_for_ID(%1), ID(%2))
594594
#
595-
# where `deref_phi` retrives the value in position `ref_ind_for_ID(%n)` if
595+
# where `deref_phi` retrieves the value in position `ref_ind_for_ID(%n)` if
596596
# ID(%1) is a `TupleRef`, and `1` otherwise, and `set_ref_at!` sets the `Ref`
597597
# at position `ref_ind_for_ID(%1)` to the value of `ID(%2)`. See the actual
598598
# implementations below.

0 commit comments

Comments
 (0)