summaryrefslogtreecommitdiffstats
path: root/Modules/FindCUDA.cmake
diff options
context:
space:
mode:
authorFelix Geyer <debfx@fobos.de>2016-07-10 09:05:56 (GMT)
committerFelix Geyer <debfx@fobos.de>2016-07-10 09:05:56 (GMT)
commit566086187f21aef0686f0f21e97d06e93a205db8 (patch)
tree483e4ac5c9f16a2487dd67880618f8ae5cb3ddd2 /Modules/FindCUDA.cmake
parent03a50961f338462acc65db876c59e0045f0754d9 (diff)
downloadCMake-566086187f21aef0686f0f21e97d06e93a205db8.zip
CMake-566086187f21aef0686f0f21e97d06e93a205db8.tar.gz
CMake-566086187f21aef0686f0f21e97d06e93a205db8.tar.bz2
Fix typos.
Diffstat (limited to 'Modules/FindCUDA.cmake')
-rw-r--r--Modules/FindCUDA.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/FindCUDA.cmake b/Modules/FindCUDA.cmake
index 81fc7a8..8c000a0 100644
--- a/Modules/FindCUDA.cmake
+++ b/Modules/FindCUDA.cmake
@@ -299,7 +299,7 @@
# implementation (alternative to:
# CUDA_ADD_CUFFT_TO_TARGET macro)
# CUDA_CUBLAS_LIBRARIES -- Device or emulation library for the Cuda BLAS
-# implementation (alterative to:
+# implementation (alternative to:
# CUDA_ADD_CUBLAS_TO_TARGET macro).
# CUDA_cudart_static_LIBRARY -- Statically linkable cuda runtime library.
# Only available for CUDA version 5.5+