summaryrefslogtreecommitdiff
path: root/SRC
diff options
context:
space:
mode:
authorlangou <langou@users.noreply.github.com>2012-01-17 04:46:18 +0000
committerlangou <langou@users.noreply.github.com>2012-01-17 04:46:18 +0000
commit30231be484be0a9b73ca9c9204218e9d65d6c229 (patch)
tree6a88cbecc6416f5f6a227eedee956cf3d423ac4a /SRC
parentbae881fa32db5ef3801aef312574e2281ef8b3aa (diff)
downloadlapack-30231be484be0a9b73ca9c9204218e9d65d6c229.tar.gz
lapack-30231be484be0a9b73ca9c9204218e9d65d6c229.tar.bz2
lapack-30231be484be0a9b73ca9c9204218e9d65d6c229.zip
typo
Diffstat (limited to 'SRC')
-rw-r--r--SRC/dtrsen.f2
-rw-r--r--SRC/strsen.f2
2 files changed, 2 insertions, 2 deletions
diff --git a/SRC/dtrsen.f b/SRC/dtrsen.f
index c3a199e9..2d10e45c 100644
--- a/SRC/dtrsen.f
+++ b/SRC/dtrsen.f
@@ -50,7 +50,7 @@
*>
*> T must be in Schur canonical form (as returned by DHSEQR), that is,
*> block upper triangular with 1-by-1 and 2-by-2 diagonal blocks; each
-*> 2-by-2 diagonal block has its diagonal elemnts equal and its
+*> 2-by-2 diagonal block has its diagonal elements equal and its
*> off-diagonal elements of opposite sign.
*> \endverbatim
*
diff --git a/SRC/strsen.f b/SRC/strsen.f
index 3076a804..478488e0 100644
--- a/SRC/strsen.f
+++ b/SRC/strsen.f
@@ -50,7 +50,7 @@
*>
*> T must be in Schur canonical form (as returned by SHSEQR), that is,
*> block upper triangular with 1-by-1 and 2-by-2 diagonal blocks; each
-*> 2-by-2 diagonal block has its diagonal elemnts equal and its
+*> 2-by-2 diagonal block has its diagonal elements equal and its
*> off-diagonal elements of opposite sign.
*> \endverbatim
*