From c77258510e861765109d99270f54fecd583a0301 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= Date: Thu, 29 Dec 2016 16:41:28 +0100 Subject: Fix various typos. --- SRC/chetri_3.f | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'SRC/chetri_3.f') diff --git a/SRC/chetri_3.f b/SRC/chetri_3.f index d72fa43a..8f1527db 100644 --- a/SRC/chetri_3.f +++ b/SRC/chetri_3.f @@ -102,7 +102,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. *> *> NOTE: For 1-by-1 diagonal block D(k), where -- cgit v1.2.3