[MLIR][LangRef doc] Fix a small typo.

Reviewed By: mehdi_amini

Differential Revision: https://reviews.llvm.org/D95937
This commit is contained in:
KareemErgawy-TomTom 2021-02-08 12:22:01 +01:00
parent 11e415dc90
commit 86bde76b29
1 changed files with 1 additions and 1 deletions

View File

@ -1170,7 +1170,7 @@ that:
64 = 1066` elements;
2. the address calculation for accessing element `(i, j)` computes `33 + i +
64 * j`
3. the distance between two consecutive elements along the outer dimension is
3. the distance between two consecutive elements along the inner dimension is
`1` element and the distance between two consecutive elements along the
outer dimension is `64` elements.