diff options
author | Nico Weber <thakis@chromium.org> | 2020-01-09 23:36:34 -0500 |
---|---|---|
committer | Nico Weber <thakis@chromium.org> | 2020-01-09 23:36:34 -0500 |
commit | 01662aeb5d1fcef4f067caec633d0c85bb3062a7 (patch) | |
tree | 5f2cc8dca007ad4e658c2b378013c98e67e04a05 /mlir | |
parent | efabe427b27643839849ebb61fe2e5db37dff0de (diff) | |
download | llvm-01662aeb5d1fcef4f067caec633d0c85bb3062a7.tar.gz |
fix another typo to cycle bots
Diffstat (limited to 'mlir')
-rw-r--r-- | mlir/docs/Dialects/SPIR-V.md | 2 |
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: |