Skip to content
This repository was archived by the owner on May 27, 2021. It is now read-only.

Commit 9cd6d5b

Browse files
committed
Fix typo.
1 parent 04be434 commit 9cd6d5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CUDAnative.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ function __init__()
143143
if verbose
144144
@error "CUDAnative.jl failed to initialize" exception=(ex, catch_backtrace())
145145
else
146-
@info "CUDAnative.jl failed to initialized, GPU functionality unavailable (set JULIA_CUDA_SILENT or JULIA_CUDA_VERBOSE to silence or expand this message)"
146+
@info "CUDAnative.jl failed to initialize, GPU functionality unavailable (set JULIA_CUDA_SILENT or JULIA_CUDA_VERBOSE to silence or expand this message)"
147147
end
148148
end
149149
end

0 commit comments

Comments
 (0)