summaryrefslogtreecommitdiffstats
path: root/gcc/config/s390/fixdfdi.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/s390/fixdfdi.h')
-rw-r--r--gcc/config/s390/fixdfdi.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/s390/fixdfdi.h b/gcc/config/s390/fixdfdi.h
index a5b9212e793..74c9c68f6b2 100644
--- a/gcc/config/s390/fixdfdi.h
+++ b/gcc/config/s390/fixdfdi.h
@@ -55,7 +55,7 @@ __fixunsdfdi (double a1)
dl1.d = a1;
- /* +/- 0, denormalized, negativ */
+ /* +/- 0, denormalized, negative */
if (!EXPD (dl1) || SIGND(dl1))
return 0;
@@ -199,7 +199,7 @@ __fixunssfdi (float a1)
fl1.f = a1;
- /* +/- 0, denormalized, negativ */
+ /* +/- 0, denormalized, negative */
if (!EXP (fl1) || SIGN(fl1))
return 0;
OpenPOWER on IntegriCloud