summaryrefslogtreecommitdiff
path: root/SRC/dsytrf_aa.f
diff options
context:
space:
mode:
Diffstat (limited to 'SRC/dsytrf_aa.f')
-rw-r--r--SRC/dsytrf_aa.f2
1 files changed, 1 insertions, 1 deletions
diff --git a/SRC/dsytrf_aa.f b/SRC/dsytrf_aa.f
index 1fabc235..174c0450 100644
--- a/SRC/dsytrf_aa.f
+++ b/SRC/dsytrf_aa.f
@@ -213,7 +213,7 @@
RETURN
END IF
*
-* Adjubst block size based on the workspace size
+* Adjust block size based on the workspace size
*
IF( LWORK.LT.((1+NB)*N) ) THEN
NB = ( LWORK-N ) / N