Skip to content

Commit 7a26174

Browse files
committed
typo
1 parent beafb3c commit 7a26174

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stdlib_sparse_spmv.fypp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ module stdlib_sparse_spmv
1818

1919
!! Version experimental
2020
!!
21-
!! Applay the sparse matrix-vector product $$y = \alpha * op(M) * x + \beta * y $$
21+
!! Apply the sparse matrix-vector product $$y = \alpha * op(M) * x + \beta * y $$
2222
!! [Specifications](../page/specs/stdlib_sparse.html#spmv)
2323
interface spmv
2424
#:for k1, t1, s1 in (KINDS_TYPES)

0 commit comments

Comments
 (0)