Skip to content

Commit 44e942d

Browse files
committed
fix #931
fix typo for the blas level of BLAS/SRC/DTRSV
1 parent 8ecaaf9 commit 44e942d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BLAS/SRC/dtrsv.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141
* =====================================================================
142142
SUBROUTINE DTRSV(UPLO,TRANS,DIAG,N,A,LDA,X,INCX)
143143
*
144-
* -- Reference BLAS level1 routine --
144+
* -- Reference BLAS level2 routine --
145145
* -- Reference BLAS is a software package provided by Univ. of Tennessee, --
146146
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
147147
*

0 commit comments

Comments
 (0)