[Mlir-commits] [mlir] 86bde76 - [MLIR][LangRef doc] Fix a small typo.

llvmlistbot at llvm.org llvmlistbot at llvm.org
Mon Feb 8 03:44:13 PST 2021


Author: KareemErgawy-TomTom
Date: 2021-02-08T12:44:02+01:00
New Revision: 86bde76b290501e8f0daaea0f0f3fcfa8ddd6e2a

URL: https://github.com/llvm/llvm-project/commit/86bde76b290501e8f0daaea0f0f3fcfa8ddd6e2a
DIFF: https://github.com/llvm/llvm-project/commit/86bde76b290501e8f0daaea0f0f3fcfa8ddd6e2a.diff

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

Reviewed By: mehdi_amini

Differential Revision: https://reviews.llvm.org/D95937

Added: 
    

Modified: 
    mlir/docs/LangRef.md

Removed: 
    


################################################################################
diff  --git a/mlir/docs/LangRef.md b/mlir/docs/LangRef.md
index 01e6f5fa81ab..a40d309c1531 100644
--- a/mlir/docs/LangRef.md
+++ b/mlir/docs/LangRef.md
@@ -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.
 


        


More information about the Mlir-commits mailing list