Skip to content

Commit c4741d6

Browse files
committed
Merge pull request #34 from kaneshin/fix-comment-typo-2
Fix `execution` typo
2 parents 7f4351e + d912014 commit c4741d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/ARCOptimization.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Identity`` (RC Identity) and RC Identity preserving instructions. An instruction
6262
``I`` with n SSA arguments and m SSA results is (i,j) RC Identity preserving if
6363
performing a ``retain_value`` on the ith SSA argument immediately before ``I``
6464
is executed is equivalent to performing a ``retain_value`` on the jth SSA result
65-
of ``I`` immediately following the exection of ``I``. For example in the
65+
of ``I`` immediately following the execution of ``I``. For example in the
6666
following, if::
6767

6868
retain_value %x

0 commit comments

Comments
 (0)