Introduction
Introduction Statistics Contact Development Disclaimer Help
tfix typos in version info - cuda-memscrub - scrubs the global device memory of…
git clone git://src.adamsgaard.dk/cuda-memscrub
Log
Files
Refs
README
LICENSE
---
commit c03a79352dbcded5abf65e3144f7615c448afa95
parent 4bd9658bceab5d4dc01e41b8410802fd3fef3859
Author: Anders Damsgaard <[email protected]>
Date: Thu, 14 Aug 2014 09:11:05 +0200
fix typos in version info
Diffstat:
M scrub.cu | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/scrub.cu b/scrub.cu
t@@ -32,7 +32,7 @@ int main(int argc, char** argv)
if (argc == 2 &&
(strcmp(argv[1], "-v") == 0 || strcmp(argv[1], "--version") == 0))…
printf("CUDA memory scrubber, version %s\n", VERSION);
- printf("License BGLv3+: GNU PGL version 3 or later "
+ printf("License GPLv3+: GNU GPL version 3 or later "
"http://gnu.org/licenses/gpl.html\n"
"There is NO WARRANTY, to the extent permitted by law.\n"
"Written by Anders Damsgaard <[email protected]>\n"
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.