summaryrefslogtreecommitdiff
path: root/sysdeps/i386/fpu/fraiseexcpt.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/i386/fpu/fraiseexcpt.c')
-rw-r--r--sysdeps/i386/fpu/fraiseexcpt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/i386/fpu/fraiseexcpt.c b/sysdeps/i386/fpu/fraiseexcpt.c
index 174f5ad2b2..0af8c71ddc 100644
--- a/sysdeps/i386/fpu/fraiseexcpt.c
+++ b/sysdeps/i386/fpu/fraiseexcpt.c
@@ -70,7 +70,7 @@ feraiseexcept (int excepts)
/* Next: underflow. */
if ((FE_UNDERFLOW & excepts) != 0)
{
- /* There is no way to raise only the overflow flag. Do it the
+ /* There is no way to raise only the underflow flag. Do it the
hard way. */
fenv_t temp;
@@ -91,7 +91,7 @@ feraiseexcept (int excepts)
/* Last: inexact. */
if ((FE_INEXACT & excepts) != 0)
{
- /* There is no way to raise only the overflow flag. Do it the
+ /* There is no way to raise only the inexact flag. Do it the
hard way. */
fenv_t temp;