summaryrefslogtreecommitdiff
path: root/SRC/dgbequb.f
diff options
context:
space:
mode:
authorChristoph Conrads <gitlab@christoph-conrads.name>2016-09-26 14:57:45 +0200
committerChristoph Conrads <gitlab@christoph-conrads.name>2016-09-29 17:01:43 +0200
commit4f51908c43ff30d30b1e0db8bf74a0465470f3a0 (patch)
tree1dcf0884e5e52f7f4cdae51013400ee0eab9e2e8 /SRC/dgbequb.f
parenta27af559caf84acb0a77704dbca7fdc4cb356a2f (diff)
downloadlapack-4f51908c43ff30d30b1e0db8bf74a0465470f3a0.tar.gz
lapack-4f51908c43ff30d30b1e0db8bf74a0465470f3a0.tar.bz2
lapack-4f51908c43ff30d30b1e0db8bf74a0465470f3a0.zip
Doc: fix typos in the xGBEQUB description
Diffstat (limited to 'SRC/dgbequb.f')
-rw-r--r--SRC/dgbequb.f2
1 files changed, 1 insertions, 1 deletions
diff --git a/SRC/dgbequb.f b/SRC/dgbequb.f
index 92bc204d..3f6e29a8 100644
--- a/SRC/dgbequb.f
+++ b/SRC/dgbequb.f
@@ -48,7 +48,7 @@
*> number of A but works well in practice.
*>
*> This routine differs from DGEEQU by restricting the scaling factors
-*> to a power of the radix. Baring over- and underflow, scaling by
+*> to a power of the radix. Barring over- and underflow, scaling by
*> these factors introduces no additional rounding errors. However, the
*> scaled entries' magnitudes are no longer approximately 1 but lie
*> between sqrt(radix) and 1/sqrt(radix).