summaryrefslogtreecommitdiffstats
path: root/lib/msun/ld80/s_expl.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/msun/ld80/s_expl.c')
-rw-r--r--lib/msun/ld80/s_expl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/msun/ld80/s_expl.c b/lib/msun/ld80/s_expl.c
index 444b9ee..b9cf4ae 100644
--- a/lib/msun/ld80/s_expl.c
+++ b/lib/msun/ld80/s_expl.c
@@ -251,7 +251,7 @@ expl(long double x)
return (tiny * tiny);
} else if (ix <= BIAS - 34) { /* |x| < 0x1p-33 */
/* includes pseudo-denormals */
- if (huge + x > 1.0L) /* trigger inexact iff x != 0 */
+ if (huge + x > 1.0L) /* trigger inexact iff x != 0 */
return (1.0L + x);
}
OpenPOWER on IntegriCloud