summaryrefslogtreecommitdiff
path: root/mlir/docs
diff options
context:
space:
mode:
authorManas <manas18244@iiitd.ac.in>2023-03-28 17:03:09 +0530
committerManas <manas18244@iiitd.ac.in>2023-03-28 17:03:48 +0530
commit69bc8c9e2ad94fa367701b8ecadb39d693c41a3e (patch)
tree1619b1e66418639a64abcc70c88b417a6e1f00be /mlir/docs
parentdc764a2e2d0cfb621547d44bba2e55f11d129ed5 (diff)
downloadllvm-69bc8c9e2ad94fa367701b8ecadb39d693c41a3e.tar.gz
[mlir][doc] Fix typos
It fixes some typos in the language reference. Reviewed By: ftynse Differential Revision: https://reviews.llvm.org/D147028
Diffstat (limited to 'mlir/docs')
-rw-r--r--mlir/docs/LangRef.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/mlir/docs/LangRef.md b/mlir/docs/LangRef.md
index 467c1987ce1a..5ce86eb88dc6 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