Skip to content

Commit

Permalink
comment fix
Browse files Browse the repository at this point in the history
  • Loading branch information
abraunst committed Dec 24, 2018
1 parent 0ae61fc commit 288d2ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stdlib/SparseArrays/src/sparsevector.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1988,7 +1988,7 @@ function _swap!(col::AbstractVector, start::Integer, fin::Integer, split::Intege
end


# in-place shifts a sparse subvector by r. Used also by sparsevector.jl
# in-place shifts a sparse subvector by r. Used also by sparsematrix.jl
function subvector_shifter!(R::AbstractVector, V::AbstractVector, start::Integer, fin::Integer, m::Integer, r::Integer)
split = fin
@inbounds for j = start:fin
Expand Down

0 comments on commit 288d2ef

Please sign in to comment.