summaryrefslogtreecommitdiff
path: root/mlir
diff options
context:
space:
mode:
authorNico Weber <thakis@chromium.org>2020-01-09 23:36:34 -0500
committerNico Weber <thakis@chromium.org>2020-01-09 23:36:34 -0500
commit01662aeb5d1fcef4f067caec633d0c85bb3062a7 (patch)
tree5f2cc8dca007ad4e658c2b378013c98e67e04a05 /mlir
parentefabe427b27643839849ebb61fe2e5db37dff0de (diff)
downloadllvm-01662aeb5d1fcef4f067caec633d0c85bb3062a7.tar.gz
fix another typo to cycle bots
Diffstat (limited to 'mlir')
-rw-r--r--mlir/docs/Dialects/SPIR-V.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/mlir/docs/Dialects/SPIR-V.md b/mlir/docs/Dialects/SPIR-V.md
index 42e1ae1e5863..ed02b1609f2b 100644
--- a/mlir/docs/Dialects/SPIR-V.md
+++ b/mlir/docs/Dialects/SPIR-V.md
@@ -44,7 +44,7 @@ the SPIR-V specification. Those abstractions are easily outside the domain of
SPIR-V and should be modeled with other proper dialects so they can be shared
among various compilation paths. Because of the dual purpose of SPIR-V, SPIR-V
dialect staying at the same semantic level as the SPIR-V specification also
-means we can still have straightforward serailization and deserailization for
+means we can still have straightforward serialization and deserialization for
the majority of functionalities.
To summarize, the SPIR-V dialect follows the following design principles: