summaryrefslogtreecommitdiff
path: root/SRC/sgeequb.f
diff options
context:
space:
mode:
authorChristoph Conrads <gitlab@christoph-conrads.name>2016-09-21 16:11:01 +0200
committerChristoph Conrads <gitlab@christoph-conrads.name>2016-09-29 17:01:43 +0200
commitc100a3c6654936d989b0f5138285bbeda4094c62 (patch)
tree403ee5600257332692068d084cea340ced6769a6 /SRC/sgeequb.f
parent4958a3718bd37740abbf2e831821158b5de935bd (diff)
downloadlapack-c100a3c6654936d989b0f5138285bbeda4094c62.tar.gz
lapack-c100a3c6654936d989b0f5138285bbeda4094c62.tar.bz2
lapack-c100a3c6654936d989b0f5138285bbeda4094c62.zip
Doc: fix typos in the xGEEQUB description
Diffstat (limited to 'SRC/sgeequb.f')
-rw-r--r--SRC/sgeequb.f4
1 files changed, 2 insertions, 2 deletions
diff --git a/SRC/sgeequb.f b/SRC/sgeequb.f
index 89630d63..595b2365 100644
--- a/SRC/sgeequb.f
+++ b/SRC/sgeequb.f
@@ -48,9 +48,9 @@
*> number of A but works well in practice.
*>
*> This routine differs from SGEEQU 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' magnitured are no longer approximately 1 but lie
+*> scaled entries' magnitudes are no longer approximately 1 but lie
*> between sqrt(radix) and 1/sqrt(radix).
*> \endverbatim
*