diff options
-rw-r--r-- | eclass/cuda.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/cuda.eclass b/eclass/cuda.eclass index 4b5f1a3294ef..e54560197a8f 100644 --- a/eclass/cuda.eclass +++ b/eclass/cuda.eclass @@ -10,7 +10,7 @@ # This eclass contains functions to be used with cuda package. Currently it is # setting and/or sanitizing NVCCFLAGS, the compiler flags for nvcc. This is # automatically done and exported in src_prepare() or manually by calling -# cuda_sanatize. +# cuda_sanitize. # @EXAMPLE: # inherit cuda |