fix typo in matrixMul

This commit is contained in:
Sepehr Sameni 2020-04-18 17:41:37 +04:30 committed by GitHub
parent 6be514679b
commit cea9923fd8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -277,7 +277,7 @@ int MatrixMultiply(int argc, char **argv,
checkCudaErrors(cudaFree(d_C));
printf("\nNOTE: The CUDA Samples are not meant for performance"\
"measurements. Results may vary when GPU Boost is enabled.\n");
" measurements. Results may vary when GPU Boost is enabled.\n");
if (correct) {
return EXIT_SUCCESS;