aboutsummaryrefslogtreecommitdiff
path: root/TESTING/LIN/chet01_3.f
diff options
context:
space:
mode:
Diffstat (limited to 'TESTING/LIN/chet01_3.f')
-rw-r--r--TESTING/LIN/chet01_3.f2
1 files changed, 1 insertions, 1 deletions
diff --git a/TESTING/LIN/chet01_3.f b/TESTING/LIN/chet01_3.f
index 8967329e..3e08c094 100644
--- a/TESTING/LIN/chet01_3.f
+++ b/TESTING/LIN/chet01_3.f
@@ -92,7 +92,7 @@
*> On entry, contains the superdiagonal (or subdiagonal)
*> elements of the Hermitian 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
*>