From: Sean Silva Date: Thu, 15 Oct 2020 00:07:58 +0000 (-0700) Subject: [mlir] Fix typo in LangRef X-Git-Tag: llvmorg-13-init~9159 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9c728a7cbf5df69627966b823d30daa6cfe2426d;p=platform%2Fupstream%2Fllvm.git [mlir] Fix typo in LangRef --- diff --git a/mlir/docs/LangRef.md b/mlir/docs/LangRef.md index 6befc79..9cd3e65 100644 --- a/mlir/docs/LangRef.md +++ b/mlir/docs/LangRef.md @@ -1160,7 +1160,7 @@ list of integer values that are either static or `?` (dynamic case). Strides encode the distance, in number of elements, in (linear) memory between successive entries along a particular dimension. A stride specification is syntactic sugar for an equivalent strided memref representation using -semi-affine maps. For example, `memref<42x16xf32, offset: 33 strides: [1, 64]>` +semi-affine maps. For example, `memref<42x16xf32, offset: 33, strides: [1, 64]>` specifies a non-contiguous memory region of `42` by `16` `f32` elements such that: