diff options
author | Pacho Ramos <pacho@gentoo.org> | 2023-11-10 15:23:28 +0100 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2023-11-10 17:19:32 +0100 |
commit | 97921642449a363c481b768e631adbda9b888e78 (patch) | |
tree | b12263be4c3426e1e3999eae49136a6be4ac7d8a /eclass | |
parent | media-radio/fldigi: drop 4.1.26-r1, 4.1.27 (diff) | |
download | gentoo-97921642449a363c481b768e631adbda9b888e78.tar.gz gentoo-97921642449a363c481b768e631adbda9b888e78.tar.bz2 gentoo-97921642449a363c481b768e631adbda9b888e78.zip |
cuda.eclass: fix typo
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'eclass')
-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 |