[mlir][bzl] Fix typo

This commit is contained in:
Jacques Pienaar 2021-07-27 13:32:09 -07:00
parent e07f9342be
commit d1c7a57fe8
1 changed files with 2 additions and 2 deletions

View File

@ -593,7 +593,7 @@ cc_binary(
],
)
# Dynamlic library with the MLIR Conversions Python extension.
# Dynamic library with the MLIR Conversions Python extension.
cc_binary(
name = "_mlirConversions.so",
srcs = ["lib/Bindings/Python/Conversions/Conversions.cpp"],
@ -613,7 +613,7 @@ cc_binary(
],
)
# Dynamlic library with the MLIR Transforms Python extension.
# Dynamic library with the MLIR Transforms Python extension.
cc_binary(
name = "_mlirTransforms.so",
srcs = ["lib/Bindings/Python/Transforms/Transforms.cpp"],