[Mlir-commits] [mlir] 69bc8c9 - [mlir][doc] Fix typos
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Tue Mar 28 04:34:14 PDT 2023
Author: Manas
Date: 2023-03-28T17:03:48+05:30
New Revision: 69bc8c9e2ad94fa367701b8ecadb39d693c41a3e
URL: https://github.com/llvm/llvm-project/commit/69bc8c9e2ad94fa367701b8ecadb39d693c41a3e
DIFF: https://github.com/llvm/llvm-project/commit/69bc8c9e2ad94fa367701b8ecadb39d693c41a3e.diff
LOG: [mlir][doc] Fix typos
It fixes some typos in the language reference.
Reviewed By: ftynse
Differential Revision: https://reviews.llvm.org/D147028
Added:
Modified:
mlir/docs/LangRef.md
Removed:
################################################################################
diff --git a/mlir/docs/LangRef.md b/mlir/docs/LangRef.md
index 467c1987ce1ac..5ce86eb88dc61 100644
--- a/mlir/docs/LangRef.md
+++ b/mlir/docs/LangRef.md
@@ -188,7 +188,7 @@ toplevel := (operation | attribute-alias-def | type-alias-def)*
The production `toplevel` is the top level production that is parsed by any parsing
consuming the MLIR syntax. [Operations](#operations),
-[Attribute alises](#attribute-value-aliases), and [Type aliases](#type-aliases)
+[Attribute aliases](#attribute-value-aliases), and [Type aliases](#type-aliases)
can be declared on the toplevel.
### Identifiers and keywords
@@ -846,7 +846,7 @@ that are directly usable by any other dialect in MLIR. These types cover a range
from primitive integer and floating-point values, attribute dictionaries, dense
multi-dimensional arrays, and more.
-### IR Versionning
+### IR Versioning
A dialect can opt-in to handle versioning through the
`BytecodeDialectInterface`. Few hooks are exposed to the dialect to allow
More information about the Mlir-commits
mailing list