From 69bc8c9e2ad94fa367701b8ecadb39d693c41a3e Mon Sep 17 00:00:00 2001 From: Manas Date: Tue, 28 Mar 2023 17:03:09 +0530 Subject: [PATCH] [mlir][doc] Fix typos It fixes some typos in the language reference. Reviewed By: ftynse Differential Revision: https://reviews.llvm.org/D147028 --- mlir/docs/LangRef.md | 4 ++-- 1 file 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