Skip to content

Commit 858e609

Browse files
committed
Revert reference/ fixes
1 parent daf2fec commit 858e609

File tree

12 files changed

+12
-12
lines changed

12 files changed

+12
-12
lines changed

reference/ctbmvf.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ SUBROUTINE CTBMVF( UPLO, TRANS, DIAG, N, K, A, LDA, X, INCX )
117117
* ( 1 + ( n - 1 )*abs( INCX ) ).
118118
* Before entry, the incremented array X must contain the n
119119
* element vector x. On exit, X is overwritten with the
120-
* transformed vector x.
120+
* tranformed vector x.
121121
*
122122
* INCX - INTEGER.
123123
* On entry, INCX specifies the increment for the elements of

reference/ctpmvf.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ SUBROUTINE CTPMVF( UPLO, TRANS, DIAG, N, AP, X, INCX )
7777
* ( 1 + ( n - 1 )*abs( INCX ) ).
7878
* Before entry, the incremented array X must contain the n
7979
* element vector x. On exit, X is overwritten with the
80-
* transformed vector x.
80+
* tranformed vector x.
8181
*
8282
* INCX - INTEGER.
8383
* On entry, INCX specifies the increment for the elements of

reference/ctrmvf.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ SUBROUTINE CTRMVF ( UPLO, TRANS, DIAG, N, A, LDA, X, INCX )
8080
* ( 1 + ( n - 1 )*abs( INCX ) ).
8181
* Before entry, the incremented array X must contain the n
8282
* element vector x. On exit, X is overwritten with the
83-
* transformed vector x.
83+
* tranformed vector x.
8484
*
8585
* INCX - INTEGER.
8686
* On entry, INCX specifies the increment for the elements of

reference/dtbmvf.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ SUBROUTINE DTBMVF( UPLO, TRANS, DIAG, N, K, A, LDA, X, INCX )
117117
* ( 1 + ( n - 1 )*abs( INCX ) ).
118118
* Before entry, the incremented array X must contain the n
119119
* element vector x. On exit, X is overwritten with the
120-
* transformed vector x.
120+
* tranformed vector x.
121121
*
122122
* INCX - INTEGER.
123123
* On entry, INCX specifies the increment for the elements of

reference/dtpmvf.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ SUBROUTINE DTPMVF( UPLO, TRANS, DIAG, N, AP, X, INCX )
7777
* ( 1 + ( n - 1 )*abs( INCX ) ).
7878
* Before entry, the incremented array X must contain the n
7979
* element vector x. On exit, X is overwritten with the
80-
* transformed vector x.
80+
* tranformed vector x.
8181
*
8282
* INCX - INTEGER.
8383
* On entry, INCX specifies the increment for the elements of

reference/dtrmvf.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ SUBROUTINE DTRMVF ( UPLO, TRANS, DIAG, N, A, LDA, X, INCX )
8080
* ( 1 + ( n - 1 )*abs( INCX ) ).
8181
* Before entry, the incremented array X must contain the n
8282
* element vector x. On exit, X is overwritten with the
83-
* transformed vector x.
83+
* tranformed vector x.
8484
*
8585
* INCX - INTEGER.
8686
* On entry, INCX specifies the increment for the elements of

reference/stbmvf.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ SUBROUTINE STBMVF( UPLO, TRANS, DIAG, N, K, A, LDA, X, INCX )
117117
* ( 1 + ( n - 1 )*abs( INCX ) ).
118118
* Before entry, the incremented array X must contain the n
119119
* element vector x. On exit, X is overwritten with the
120-
* transformed vector x.
120+
* tranformed vector x.
121121
*
122122
* INCX - INTEGER.
123123
* On entry, INCX specifies the increment for the elements of

reference/stpmvf.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ SUBROUTINE STPMVF( UPLO, TRANS, DIAG, N, AP, X, INCX )
7777
* ( 1 + ( n - 1 )*abs( INCX ) ).
7878
* Before entry, the incremented array X must contain the n
7979
* element vector x. On exit, X is overwritten with the
80-
* transformed vector x.
80+
* tranformed vector x.
8181
*
8282
* INCX - INTEGER.
8383
* On entry, INCX specifies the increment for the elements of

reference/strmvf.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ SUBROUTINE STRMVF ( UPLO, TRANS, DIAG, N, A, LDA, X, INCX )
8080
* ( 1 + ( n - 1 )*abs( INCX ) ).
8181
* Before entry, the incremented array X must contain the n
8282
* element vector x. On exit, X is overwritten with the
83-
* transformed vector x.
83+
* tranformed vector x.
8484
*
8585
* INCX - INTEGER.
8686
* On entry, INCX specifies the increment for the elements of

reference/ztbmvf.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ SUBROUTINE ZTBMVF( UPLO, TRANS, DIAG, N, K, A, LDA, X, INCX )
117117
* ( 1 + ( n - 1 )*abs( INCX ) ).
118118
* Before entry, the incremented array X must contain the n
119119
* element vector x. On exit, X is overwritten with the
120-
* transformed vector x.
120+
* tranformed vector x.
121121
*
122122
* INCX - INTEGER.
123123
* On entry, INCX specifies the increment for the elements of

0 commit comments

Comments
 (0)