Skip to content

Commit a7ba15f

Browse files
committed
fix a typo
1 parent a43d151 commit a7ba15f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libblas.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ end
88

99
function dsymv(uplo, n, alpha, A, lda, px, stx, beta, py, sty)
1010
return ccall((@blasfunc(dsymv_), libblastrampoline), Cvoid,
11-
(Ref{UInt8}, Ref{BlasInt}, RefFloat64}, Ptr{Float64},
11+
(Ref{UInt8}, Ref{BlasInt}, Ref{Float64}, Ptr{Float64},
1212
Ref{BlasInt}, Ptr{Float64}, Ref{BlasInt}, Ref{Float64},
1313
Ptr{Float64}, Ref{BlasInt}),
1414
uplo, n, alpha, A, lda, px, stx, beta, py, sty)

0 commit comments

Comments
 (0)