Skip to content

Commit 17b1fb7

Browse files
Consistent spelling.
1 parent 6c4b20c commit 17b1fb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cuda_platform.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ CudaPlatform::CudaPlatform(Runtime* runtime)
7474

7575
CUresult err = cuInit(0);
7676
if (err == CUDA_ERROR_NO_DEVICE) {
77-
info("CUDA backend did not initialise because no devices were found (CUDA_ERROR_NO_DEVICE).");
77+
info("CUDA backend did not initialize because no devices were found (CUDA_ERROR_NO_DEVICE).");
7878
return;
7979
}
8080
CHECK_CUDA(err, "cuInit()");

0 commit comments

Comments
 (0)