diff options
author | 2013-08-21 19:48:48 +0200 | |
---|---|---|
committer | 2013-08-21 19:48:48 +0200 | |
commit | c0c3f78afb6070721848574e2e5dff5cfa20e28d (patch) | |
tree | 6a1d44ea1e2f3d5425c05fd485c54aa15fda75f6 /ports/sysdeps/hppa/fpu/fraiseexcpt.c | |
parent | i686: Skip SSE4_2 version for strcmp, strncmp, strncase, strcasecmp (diff) | |
download | glibc-c0c3f78afb6070721848574e2e5dff5cfa20e28d.tar.gz glibc-c0c3f78afb6070721848574e2e5dff5cfa20e28d.tar.bz2 glibc-c0c3f78afb6070721848574e2e5dff5cfa20e28d.zip |
Fix typos.
Diffstat (limited to 'ports/sysdeps/hppa/fpu/fraiseexcpt.c')
-rw-r--r-- | ports/sysdeps/hppa/fpu/fraiseexcpt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/sysdeps/hppa/fpu/fraiseexcpt.c b/ports/sysdeps/hppa/fpu/fraiseexcpt.c index 0b55d34390..28e2db4aab 100644 --- a/ports/sysdeps/hppa/fpu/fraiseexcpt.c +++ b/ports/sysdeps/hppa/fpu/fraiseexcpt.c @@ -42,7 +42,7 @@ feraiseexcept (int excepts) /* First: Invalid exception. */ if (excepts & FE_INVALID) { - /* One example of a invalid operation is 0 * Infinity. */ + /* One example of an invalid operation is 0 * Infinity. */ double d = HUGE_VAL; __asm__ __volatile__ ( " fcpy,dbl %%fr0,%%fr22\n" |