diff options
| author | wiz <wiz@NetBSD.org> | 2001-12-04 17:56:30 +0000 |
|---|---|---|
| committer | wiz <wiz@NetBSD.org> | 2001-12-04 17:56:30 +0000 |
| commit | b4371d47f58cd9dc03f231df94edfb04754e53be (patch) | |
| tree | 27fa8ee04d89f824b42c8b43fba82a652966f36e /lib/libm/src | |
| parent | 73aae2a16106f7435d5f91576e0e85c87966b1f0 (diff) | |
Replace some misuses of "then" with "than".
Diffstat (limited to 'lib/libm/src')
| -rw-r--r-- | lib/libm/src/e_sqrt.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libm/src/e_sqrt.c b/lib/libm/src/e_sqrt.c index cf28e702b44..cea173a9b6d 100644 --- a/lib/libm/src/e_sqrt.c +++ b/lib/libm/src/e_sqrt.c @@ -12,7 +12,7 @@ #include <sys/cdefs.h> #if defined(LIBM_SCCS) && !defined(lint) -__RCSID("$NetBSD: e_sqrt.c,v 1.10 1999/07/02 15:37:41 simonb Exp $"); +__RCSID("$NetBSD: e_sqrt.c,v 1.11 2001/12/04 17:56:33 wiz Exp $"); #endif /* __ieee754_sqrt(x) @@ -418,7 +418,7 @@ B. sqrt(x) by Reciproot Iteration R:= r ... restore rounded mode return sqrt(x):=z. - If multiplication is cheaper then the foregoing red tape, the + If multiplication is cheaper than the foregoing red tape, the Inexact flag can be evaluated by I := i; |
