Skip to content

Commit b01894a

Browse files
authored
Fix typos in comments (Reference-LAPACK PR 814)
1 parent a82c144 commit b01894a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

lapack-netlib/TESTING/EIG/cdrgvx.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
*>
5757
*> | l**H * (beta A - alpha B) | / ( ulp max( |beta A|, |alpha B| ) )
5858
*>
59-
*> where l**H is the conjugate tranpose of l.
59+
*> where l**H is the conjugate transpose of l.
6060
*>
6161
*> (2) max over all right eigenvalue/-vector pairs (beta/alpha,r) of
6262
*>

lapack-netlib/TESTING/EIG/ddrgvx.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
*>
5757
*> | l**H * (beta A - alpha B) | / ( ulp max( |beta A|, |alpha B| ) )
5858
*>
59-
*> where l**H is the conjugate tranpose of l.
59+
*> where l**H is the conjugate transpose of l.
6060
*>
6161
*> (2) max over all right eigenvalue/-vector pairs (beta/alpha,r) of
6262
*>

lapack-netlib/TESTING/EIG/sdrgvx.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
*>
5858
*> | l**H * (beta A - alpha B) | / ( ulp max( |beta A|, |alpha B| ) )
5959
*>
60-
*> where l**H is the conjugate tranpose of l.
60+
*> where l**H is the conjugate transpose of l.
6161
*>
6262
*> (2) max over all right eigenvalue/-vector pairs (beta/alpha,r) of
6363
*>

lapack-netlib/TESTING/EIG/zdrgvx.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
*>
5656
*> | l**H * (beta A - alpha B) | / ( ulp max( |beta A|, |alpha B| ) )
5757
*>
58-
*> where l**H is the conjugate tranpose of l.
58+
*> where l**H is the conjugate transpose of l.
5959
*>
6060
*> (2) max over all right eigenvalue/-vector pairs (beta/alpha,r) of
6161
*>

0 commit comments

Comments
 (0)