diff options
author | luz.paz <luzpaz@users.noreply.github.com> | 2018-01-10 17:34:14 (GMT) |
---|---|---|
committer | luz.paz <luzpaz@users.noreply.github.com> | 2018-01-10 17:34:14 (GMT) |
commit | d91b2d9158cbe5d65bfcc8f7512503d7f226ad91 (patch) | |
tree | 4085c632f7c5414dd6c0133ccc2c77ac86141d81 /Modules | |
parent | ddc4f9a3c05fa24240fde1ba6c0ab28b7d2e91ea (diff) | |
download | CMake-d91b2d9158cbe5d65bfcc8f7512503d7f226ad91.zip CMake-d91b2d9158cbe5d65bfcc8f7512503d7f226ad91.tar.gz CMake-d91b2d9158cbe5d65bfcc8f7512503d7f226ad91.tar.bz2 |
MAINT: Misc. typos
Found via `codespell`
Diffstat (limited to 'Modules')
-rw-r--r-- | Modules/FindCUDA.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/FindCUDA.cmake b/Modules/FindCUDA.cmake index 321121c..0decbb5 100644 --- a/Modules/FindCUDA.cmake +++ b/Modules/FindCUDA.cmake @@ -104,7 +104,7 @@ # CUDA_NVCC_FLAGS_<CONFIG> variables. For Visual Studio targets, # the host compiler is constructed with one or more visual studio macros # such as $(VCInstallDir), that expands out to the path when -# the command is run from withing VS. +# the command is run from within VS. # # CUDA_NVCC_FLAGS # CUDA_NVCC_FLAGS_<CONFIG> |