summaryrefslogtreecommitdiff
path: root/SRC/dsyconvf_rook.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 /SRC/dsyconvf_rook.f
parent94a68a2937b4b3769aca5281dd4d588b36f1e42c (diff)
downloadlapack-c77258510e861765109d99270f54fecd583a0301.tar.gz
lapack-c77258510e861765109d99270f54fecd583a0301.tar.bz2
lapack-c77258510e861765109d99270f54fecd583a0301.zip
Fix various typos.
Diffstat (limited to 'SRC/dsyconvf_rook.f')
-rw-r--r--SRC/dsyconvf_rook.f2
1 files changed, 1 insertions, 1 deletions
diff --git a/SRC/dsyconvf_rook.f b/SRC/dsyconvf_rook.f
index 541a342d..2d163703 100644
--- a/SRC/dsyconvf_rook.f
+++ b/SRC/dsyconvf_rook.f
@@ -44,7 +44,7 @@
*> If parameter WAY = 'R':
*> DSYCONVF_ROOK performs the conversion in reverse direction, i.e.
*> converts the factorization output format used in DSYTRF_RK
-*> (or DSYTRF_BK) provided on entry in parametes A and E into
+*> (or DSYTRF_BK) provided on entry in parameters A and E into
*> the factorization output format used in DSYTRF_ROOK that is stored
*> on exit in parameter A. IPIV format for DSYTRF_ROOK and
*> DSYTRF_RK (or DSYTRF_BK) is the same and is not converted.