Skip to content

Commit 40a3b2f

Browse files
svillemotlangou
authored andcommitted
Description: Fix various typos
Author: Sébastien Villemot <sebastien@debian.org> Forwarded: yes, by email to lapack@cs.utk.edu on 2016-06-26
1 parent 5efe359 commit 40a3b2f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+75
-75
lines changed

BLAS/SRC/ctbmv.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@
146146
*> ( 1 + ( n - 1 )*abs( INCX ) ).
147147
*> Before entry, the incremented array X must contain the n
148148
*> element vector x. On exit, X is overwritten with the
149-
*> tranformed vector x.
149+
*> transformed vector x.
150150
*> \endverbatim
151151
*>
152152
*> \param[in] INCX

BLAS/SRC/ctpmv.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
*> ( 1 + ( n - 1 )*abs( INCX ) ).
103103
*> Before entry, the incremented array X must contain the n
104104
*> element vector x. On exit, X is overwritten with the
105-
*> tranformed vector x.
105+
*> transformed vector x.
106106
*> \endverbatim
107107
*>
108108
*> \param[in] INCX

BLAS/SRC/ctrmv.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
*> ( 1 + ( n - 1 )*abs( INCX ) ).
108108
*> Before entry, the incremented array X must contain the n
109109
*> element vector x. On exit, X is overwritten with the
110-
*> tranformed vector x.
110+
*> transformed vector x.
111111
*> \endverbatim
112112
*>
113113
*> \param[in] INCX

BLAS/SRC/dtbmv.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@
146146
*> ( 1 + ( n - 1 )*abs( INCX ) ).
147147
*> Before entry, the incremented array X must contain the n
148148
*> element vector x. On exit, X is overwritten with the
149-
*> tranformed vector x.
149+
*> transformed vector x.
150150
*> \endverbatim
151151
*>
152152
*> \param[in] INCX

BLAS/SRC/dtpmv.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
*> ( 1 + ( n - 1 )*abs( INCX ) ).
103103
*> Before entry, the incremented array X must contain the n
104104
*> element vector x. On exit, X is overwritten with the
105-
*> tranformed vector x.
105+
*> transformed vector x.
106106
*> \endverbatim
107107
*>
108108
*> \param[in] INCX

BLAS/SRC/dtrmv.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
*> ( 1 + ( n - 1 )*abs( INCX ) ).
108108
*> Before entry, the incremented array X must contain the n
109109
*> element vector x. On exit, X is overwritten with the
110-
*> tranformed vector x.
110+
*> transformed vector x.
111111
*> \endverbatim
112112
*>
113113
*> \param[in] INCX

BLAS/SRC/stbmv.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@
146146
*> ( 1 + ( n - 1 )*abs( INCX ) ).
147147
*> Before entry, the incremented array X must contain the n
148148
*> element vector x. On exit, X is overwritten with the
149-
*> tranformed vector x.
149+
*> transformed vector x.
150150
*> \endverbatim
151151
*>
152152
*> \param[in] INCX

BLAS/SRC/stpmv.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
*> ( 1 + ( n - 1 )*abs( INCX ) ).
103103
*> Before entry, the incremented array X must contain the n
104104
*> element vector x. On exit, X is overwritten with the
105-
*> tranformed vector x.
105+
*> transformed vector x.
106106
*> \endverbatim
107107
*>
108108
*> \param[in] INCX

BLAS/SRC/strmv.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
*> ( 1 + ( n - 1 )*abs( INCX ) ).
108108
*> Before entry, the incremented array X must contain the n
109109
*> element vector x. On exit, X is overwritten with the
110-
*> tranformed vector x.
110+
*> transformed vector x.
111111
*> \endverbatim
112112
*>
113113
*> \param[in] INCX

BLAS/SRC/ztbmv.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@
146146
*> ( 1 + ( n - 1 )*abs( INCX ) ).
147147
*> Before entry, the incremented array X must contain the n
148148
*> element vector x. On exit, X is overwritten with the
149-
*> tranformed vector x.
149+
*> transformed vector x.
150150
*> \endverbatim
151151
*>
152152
*> \param[in] INCX

0 commit comments

Comments
 (0)