Skip to content

Commit 3d0f557

Browse files
committed
fix spelling
1 parent a9b47c8 commit 3d0f557

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/gpu/cuda.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ using Test
4141
@test alg.alg == LinearSolve.DefaultAlgorithmChoice.KrylovJL_GMRES
4242
end
4343

44-
# after loading CUDSS, it should fall back tu LU factorization
4544
using CUDSS
4645

4746
@testset "Test with CUDSS loaded" begin
@@ -55,7 +54,7 @@ using Test
5554
# csr symmetric uses LU/cholesky
5655
alg = solve(prob_sym_csr).alg
5756
@test alg.alg == LinearSolve.DefaultAlgorithmChoice.LUFactorization
58-
# csc symetric fallback to krylov
57+
# csc symmetric fallback to krylov
5958
alg = solve(prob_sym_csc).alg
6059
@test alg.alg == LinearSolve.DefaultAlgorithmChoice.KrylovJL_GMRES
6160
end

0 commit comments

Comments
 (0)