summaryrefslogtreecommitdiff
path: root/Modules/CMakeDetermineCXXCompiler.cmake
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2014-01-21 13:17:36 +0100
committerBrad King <brad.king@kitware.com>2014-01-22 08:43:58 -0500
commitd2dea79b36833412884807e96821d1e68d620b4d (patch)
treef8cb1ca8d7449e1359a8c049fcaaed1c032c2090 /Modules/CMakeDetermineCXXCompiler.cmake
parent325f851403911f1f3d17d1728092fa3da18e5254 (diff)
downloadcmake-d2dea79b36833412884807e96821d1e68d620b4d.tar.gz
CMakeDetermine*Compiler: Fix typo 'lile' => 'like'
Diffstat (limited to 'Modules/CMakeDetermineCXXCompiler.cmake')
-rw-r--r--Modules/CMakeDetermineCXXCompiler.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/CMakeDetermineCXXCompiler.cmake b/Modules/CMakeDetermineCXXCompiler.cmake
index 5f9d9bf60a..21864f1bad 100644
--- a/Modules/CMakeDetermineCXXCompiler.cmake
+++ b/Modules/CMakeDetermineCXXCompiler.cmake
@@ -145,7 +145,7 @@ endif ()
# e.g. powerpc-linux-g++, arm-elf-g++ or i586-mingw32msvc-g++ , optionally
# with a 3-component version number at the end (e.g. arm-eabi-gcc-4.5.2).
# The other tools of the toolchain usually have the same prefix
-# NAME_WE cannot be used since then this test will fail for names lile
+# NAME_WE cannot be used since then this test will fail for names like
# "arm-unknown-nto-qnx6.3.0-gcc.exe", where BASENAME would be
# "arm-unknown-nto-qnx6" instead of the correct "arm-unknown-nto-qnx6.3.0-"