summaryrefslogtreecommitdiff
path: root/TESTING/LIN/dsyt01_3.f
diff options
context:
space:
mode:
authorSébastien Villemot <sebastien@debian.org>2016-12-29 16:41:28 +0100
committerSébastien Villemot <sebastien@debian.org>2016-12-29 16:41:28 +0100
commitc77258510e861765109d99270f54fecd583a0301 (patch)
tree8732540562d8fcdc5dde8907e836ed0601dc78f1 /TESTING/LIN/dsyt01_3.f
parent94a68a2937b4b3769aca5281dd4d588b36f1e42c (diff)
downloadlapack-c77258510e861765109d99270f54fecd583a0301.tar.gz
lapack-c77258510e861765109d99270f54fecd583a0301.tar.bz2
lapack-c77258510e861765109d99270f54fecd583a0301.zip
Fix various typos.
Diffstat (limited to 'TESTING/LIN/dsyt01_3.f')
-rw-r--r--TESTING/LIN/dsyt01_3.f2
1 files changed, 1 insertions, 1 deletions
diff --git a/TESTING/LIN/dsyt01_3.f b/TESTING/LIN/dsyt01_3.f
index 5735a2ad..5eabb05f 100644
--- a/TESTING/LIN/dsyt01_3.f
+++ b/TESTING/LIN/dsyt01_3.f
@@ -91,7 +91,7 @@
*> On entry, contains the superdiagonal (or subdiagonal)
*> elements of the symmetric block diagonal matrix D
*> with 1-by-1 or 2-by-2 diagonal blocks, where
-*> If UPLO = 'U': E(i) = D(i-1,i),i=2:N, E(1) not refernced;
+*> If UPLO = 'U': E(i) = D(i-1,i),i=2:N, E(1) not referenced;
*> If UPLO = 'L': E(i) = D(i+1,i),i=1:N-1, E(N) not referenced.
*> \endverbatim
*>