diff options
Diffstat (limited to 'ports/sysdeps/ia64/fpu/fraiseexcpt.c')
-rw-r--r-- | ports/sysdeps/ia64/fpu/fraiseexcpt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/sysdeps/ia64/fpu/fraiseexcpt.c b/ports/sysdeps/ia64/fpu/fraiseexcpt.c index aaa9b61663..76c1b7a315 100644 --- a/ports/sysdeps/ia64/fpu/fraiseexcpt.c +++ b/ports/sysdeps/ia64/fpu/fraiseexcpt.c @@ -40,7 +40,7 @@ feraiseexcept (int excepts) /* First: invalid exception. */ if (FE_INVALID & excepts) { - /* One example of a invalid operation is 0 * Infinity. */ + /* One example of an invalid operation is 0 * Infinity. */ tmp = 0; __asm__ __volatile__ ("frcpa.s0 %0,p1=f0,f0" : "=f" (tmp) : : "p1" ); } |