summaryrefslogtreecommitdiff
path: root/SRC/chetri2.f
diff options
context:
space:
mode:
authorjulie <julielangou@users.noreply.github.com>2013-12-07 00:25:51 +0000
committerjulie <julielangou@users.noreply.github.com>2013-12-07 00:25:51 +0000
commit3715f9c93fb468c413b3a902a0ed0e47c51a7cb4 (patch)
tree4f4a23bc5f30f601d56d925d56755a7a772e12a3 /SRC/chetri2.f
parent014dcec815656e063278bbdf556cc11e77763082 (diff)
downloadlapack-3715f9c93fb468c413b3a902a0ed0e47c51a7cb4.tar.gz
lapack-3715f9c93fb468c413b3a902a0ed0e47c51a7cb4.tar.bz2
lapack-3715f9c93fb468c413b3a902a0ed0e47c51a7cb4.zip
Fixed typos reported by elena.x.ivanova@oracle.com on Dec 5th
Diffstat (limited to 'SRC/chetri2.f')
-rw-r--r--SRC/chetri2.f4
1 files changed, 2 insertions, 2 deletions
diff --git a/SRC/chetri2.f b/SRC/chetri2.f
index 64428366..bc361260 100644
--- a/SRC/chetri2.f
+++ b/SRC/chetri2.f
@@ -96,11 +96,11 @@
*> LWORK is INTEGER
*> The dimension of the array WORK.
*> WORK is size >= (N+NB+1)*(NB+3)
-*> If LDWORK = -1, then a workspace query is assumed; the routine
+*> If LWORK = -1, then a workspace query is assumed; the routine
*> calculates:
*> - the optimal size of the WORK array, returns
*> this value as the first entry of the WORK array,
-*> - and no error message related to LDWORK is issued by XERBLA.
+*> - and no error message related to LWORK is issued by XERBLA.
*> \endverbatim
*>
*> \param[out] INFO