summaryrefslogtreecommitdiffstats
path: root/Modules/CMakeDetermineCompilerId.cmake
diff options
context:
space:
mode:
authorJosef Angstenberger <code@jtxa.de>2021-05-06 20:37:22 (GMT)
committerJosef Angstenberger <code@jtxa.de>2021-05-07 15:00:15 (GMT)
commitdad5b9d8455e4007d1cab1567ebad0eac26330a1 (patch)
treec455f318cde0347c017cce0ebb8098defb702085 /Modules/CMakeDetermineCompilerId.cmake
parentfa7d307eff842b52d40d7b5283a04466955d35cc (diff)
downloadCMake-dad5b9d8455e4007d1cab1567ebad0eac26330a1.zip
CMake-dad5b9d8455e4007d1cab1567ebad0eac26330a1.tar.gz
CMake-dad5b9d8455e4007d1cab1567ebad0eac26330a1.tar.bz2
Modules: Fix typos and spelling in comments
Diffstat (limited to 'Modules/CMakeDetermineCompilerId.cmake')
-rw-r--r--Modules/CMakeDetermineCompilerId.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/CMakeDetermineCompilerId.cmake b/Modules/CMakeDetermineCompilerId.cmake
index 519fe6b..448f071 100644
--- a/Modules/CMakeDetermineCompilerId.cmake
+++ b/Modules/CMakeDetermineCompilerId.cmake
@@ -320,7 +320,7 @@ Id flags: ${testflags} ${CMAKE_${lang}_COMPILER_ID_FLAGS_ALWAYS}
set(id_cl "$(CLToolExe)")
elseif(CMAKE_VS_PLATFORM_TOOLSET MATCHES "v[0-9]+_clang_.*")
set(id_cl clang.exe)
- # Executable names have choosen according documentation
+ # Executable names have been chosen according documentation
# URL: (https://software.intel.com/content/www/us/en/develop/documentation/get-started-with-dpcpp-compiler/top.html#top_GUID-A9B4C91D-97AC-450D-9742-9D895BC8AEE1)
elseif(CMAKE_VS_PLATFORM_TOOLSET MATCHES "Intel")
if(CMAKE_VS_PLATFORM_TOOLSET MATCHES "DPC\\+\\+ Compiler")