Skip to content

Commit f4a61cb

Browse files
committed
Replace Cyrillic letter
1 parent a3aa62e commit f4a61cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Checks/PWR042/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ efficient one.
3030
In order to perform the loop interchange, the loops need to be
3131
[perfectly nested](../../Glossary/Perfect-loop-nesting.md), i.e. all the statements
3232
need to be inside the innermost loop. However, due to the initialization of a
33-
reduction variablе, loop interchange is not directly applicable.
33+
reduction variable, loop interchange is not directly applicable.
3434

3535
> [!NOTE]
3636
> Often, loop interchange enables vectorization of the innermost loop which

0 commit comments

Comments
 (0)