summaryrefslogtreecommitdiff
path: root/libc/ports/sysdeps/mips/fpu/fgetexcptflg.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/ports/sysdeps/mips/fpu/fgetexcptflg.c')
-rw-r--r--libc/ports/sysdeps/mips/fpu/fgetexcptflg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/ports/sysdeps/mips/fpu/fgetexcptflg.c b/libc/ports/sysdeps/mips/fpu/fgetexcptflg.c
index b620d2efa..436ba3e3f 100644
--- a/libc/ports/sysdeps/mips/fpu/fgetexcptflg.c
+++ b/libc/ports/sysdeps/mips/fpu/fgetexcptflg.c
@@ -28,7 +28,7 @@ fegetexceptflag (fexcept_t *flagp, int excepts)
/* Get the current exceptions. */
_FPU_GETCW (temp);
- /* We only save the relevant bits here. In particular, care has to be
+ /* We only save the relevant bits here. In particular, care has to be
taken with the CAUSE bits, as an inadvertent restore later on could
generate unexpected exceptions. */