[mlir][doc] Fix typos

It fixes some typos in the language reference.

Reviewed By: ftynse

Differential Revision: https://reviews.llvm.org/D147028
This commit is contained in:
Manas 2023-03-28 17:03:09 +05:30
parent dc764a2e2d
commit 69bc8c9e2a
No known key found for this signature in database
GPG Key ID: F5D80D26119E1751

View File

@ -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