summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorphilippe.theveny <philippe.theveny@8a072113-8704-0410-8d35-dd094bca7971>2015-02-24 19:26:59 +0000
committerphilippe.theveny <philippe.theveny@8a072113-8704-0410-8d35-dd094bca7971>2015-02-24 19:26:59 +0000
commitc95be035b79cca2ba9e68c961d537344c5390765 (patch)
tree053e33a07367bb16f24f6036a868da4b288c80ec
parent93e3e82694fd10173de174eaf44d29d1348b1347 (diff)
downloadlapack-c95be035b79cca2ba9e68c961d537344c5390765.tar.gz
lapack-c95be035b79cca2ba9e68c961d537344c5390765.tar.bz2
lapack-c95be035b79cca2ba9e68c961d537344c5390765.zip
Fix typo in comments.
-rw-r--r--TESTING/EIG/cdrgev.f2
-rw-r--r--TESTING/EIG/ddrgev.f2
-rw-r--r--TESTING/EIG/sdrgev.f2
-rw-r--r--TESTING/EIG/zdrgev.f2
4 files changed, 4 insertions, 4 deletions
diff --git a/TESTING/EIG/cdrgev.f b/TESTING/EIG/cdrgev.f
index 507f6ecf..a0d0eb48 100644
--- a/TESTING/EIG/cdrgev.f
+++ b/TESTING/EIG/cdrgev.f
@@ -43,7 +43,7 @@
*>
*> A generalized eigenvalue for a pair of matrices (A,B) is a scalar w
*> or a ratio alpha/beta = w, such that A - w*B is singular. It is
-*> usually represented as the pair (alpha,beta), as there is reasonalbe
+*> usually represented as the pair (alpha,beta), as there is reasonable
*> interpretation for beta=0, and even for both being zero.
*>
*> A right generalized eigenvector corresponding to a generalized
diff --git a/TESTING/EIG/ddrgev.f b/TESTING/EIG/ddrgev.f
index 8b91ba34..b42acb2c 100644
--- a/TESTING/EIG/ddrgev.f
+++ b/TESTING/EIG/ddrgev.f
@@ -43,7 +43,7 @@
*>
*> A generalized eigenvalue for a pair of matrices (A,B) is a scalar w
*> or a ratio alpha/beta = w, such that A - w*B is singular. It is
-*> usually represented as the pair (alpha,beta), as there is reasonalbe
+*> usually represented as the pair (alpha,beta), as there is reasonable
*> interpretation for beta=0, and even for both being zero.
*>
*> A right generalized eigenvector corresponding to a generalized
diff --git a/TESTING/EIG/sdrgev.f b/TESTING/EIG/sdrgev.f
index 140e57aa..1167d4a5 100644
--- a/TESTING/EIG/sdrgev.f
+++ b/TESTING/EIG/sdrgev.f
@@ -43,7 +43,7 @@
*>
*> A generalized eigenvalue for a pair of matrices (A,B) is a scalar w
*> or a ratio alpha/beta = w, such that A - w*B is singular. It is
-*> usually represented as the pair (alpha,beta), as there is reasonalbe
+*> usually represented as the pair (alpha,beta), as there is reasonable
*> interpretation for beta=0, and even for both being zero.
*>
*> A right generalized eigenvector corresponding to a generalized
diff --git a/TESTING/EIG/zdrgev.f b/TESTING/EIG/zdrgev.f
index b5e6432f..4486cb47 100644
--- a/TESTING/EIG/zdrgev.f
+++ b/TESTING/EIG/zdrgev.f
@@ -43,7 +43,7 @@
*>
*> A generalized eigenvalue for a pair of matrices (A,B) is a scalar w
*> or a ratio alpha/beta = w, such that A - w*B is singular. It is
-*> usually represented as the pair (alpha,beta), as there is reasonalbe
+*> usually represented as the pair (alpha,beta), as there is reasonable
*> interpretation for beta=0, and even for both being zero.
*>
*> A right generalized eigenvector corresponding to a generalized