aboutsummaryrefslogtreecommitdiff
path: root/SRC/zhetri_3x.f
diff options
context:
space:
mode:
Diffstat (limited to 'SRC/zhetri_3x.f')
-rw-r--r--SRC/zhetri_3x.f2
1 files changed, 1 insertions, 1 deletions
diff --git a/SRC/zhetri_3x.f b/SRC/zhetri_3x.f
index 16a4324e..8be104cb 100644
--- a/SRC/zhetri_3x.f
+++ b/SRC/zhetri_3x.f
@@ -99,7 +99,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