Skip to content

Commit a6264c4

Browse files
Fixup some spelling errors
1 parent 0ed9dae commit a6264c4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mlir/cmake/modules/CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99
# *to be installed* when `cmake --install` command is run or when CPack
1010
# is invoked. This is the version that is distributed with LLVM packages.
1111
# The key difference between this and (1) is that all paths must be
12-
# relative the the instlaled "MLIRConfig.cmake" file.
12+
# relative the the installed "MLIRConfig.cmake" file.
1313

1414
include(GNUInstallPackageDir)
1515
include(ExtendPath)
1616
include(LLVMDistributionSupport)
1717
include(FindPrefixFromConfig)
1818

19-
# This is a relative path to the location of MLIConfig.cmake within the
19+
# This is a relative path to the location of MLIRConfig.cmake within the
2020
# installation.
2121
set(MLIR_INSTALL_PACKAGE_DIR "${CMAKE_INSTALL_PACKAGEDIR}/mlir" CACHE STRING
2222
"Path for CMake subdirectory for MLIR (defaults to '${CMAKE_INSTALL_PACKAGEDIR}/mlir')")
@@ -55,7 +55,7 @@ set(MLIR_CONFIG_INCLUDE_DIRS
5555
"${MLIR_SOURCE_DIR}/include"
5656
"${MLIR_BINARY_DIR}/include"
5757
)
58-
# Refer to the best host mlir-tbgen, which might be a host-optimized version
58+
# Refer to the best host mlir-tblgen, which might be a host-optimized version
5959
set(MLIR_CONFIG_TABLEGEN_EXE "${MLIR_TABLEGEN_EXE}")
6060
set(MLIR_CONFIG_PDLL_TABLEGEN_EXE "${MLIR_PDLL_TABLEGEN_EXE}")
6161
set(MLIR_CONFIG_SRC_SHARDER_TABLEGEN_EXE "${MLIR_SRC_SHARDER_TABLEGEN_EXE}")

0 commit comments

Comments
 (0)