diff options
author | Kai Wasserbäch <debian@carbon-project.org> | 2010-07-02 14:58:00 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2010-07-13 13:41:37 (GMT) |
commit | 9203e9187ec3c0ada49af953c3ec1a1f9190cf45 (patch) | |
tree | 4142047233017dc6bf899533b4ba3c38ab5d1cb6 /Modules/FindCUDA.cmake | |
parent | f9116d0225f0c96a20b508510cffb621e116ac28 (diff) | |
download | CMake-9203e9187ec3c0ada49af953c3ec1a1f9190cf45.zip CMake-9203e9187ec3c0ada49af953c3ec1a1f9190cf45.tar.gz CMake-9203e9187ec3c0ada49af953c3ec1a1f9190cf45.tar.bz2 |
Fix spelling errors reported by Lintian.
During a Lintian run on the binary packages of CMake in Debian I was
notified of many spelling mistakes.
Diffstat (limited to 'Modules/FindCUDA.cmake')
-rw-r--r-- | Modules/FindCUDA.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Modules/FindCUDA.cmake b/Modules/FindCUDA.cmake index 7099609..81d082a 100644 --- a/Modules/FindCUDA.cmake +++ b/Modules/FindCUDA.cmake @@ -165,7 +165,7 @@ # and will link in the resulting object file automatically. # # This script will also generate a separate cmake script that is used at -# build time to invoke nvcc. This is for serveral reasons. +# build time to invoke nvcc. This is for several reasons. # # 1. nvcc can return negative numbers as return values which confuses # Visual Studio into thinking that the command succeeded. The script now @@ -811,7 +811,7 @@ endfunction() ############################################################################## # This helper macro populates the following variables and setups up custom # commands and targets to invoke the nvcc compiler to generate C or PTX source -# dependant upon the format parameter. The compiler is invoked once with -M +# dependent upon the format parameter. The compiler is invoked once with -M # to generate a dependency file and a second time with -cuda or -ptx to generate # a .cpp or .ptx file. # INPUT: |