summaryrefslogtreecommitdiffstats
path: root/winsup/mingw/mingwex/math/log1pl.S
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/mingw/mingwex/math/log1pl.S')
-rw-r--r--winsup/mingw/mingwex/math/log1pl.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/winsup/mingw/mingwex/math/log1pl.S b/winsup/mingw/mingwex/math/log1pl.S
index 5ce4fbaaa..158d8ae58 100644
--- a/winsup/mingw/mingwex/math/log1pl.S
+++ b/winsup/mingw/mingwex/math/log1pl.S
@@ -33,7 +33,7 @@ _log1pl:
fnstsw
fld %st
sahf
- jc 3f // in case x is NaN or ħInf
+ jc 3f /* in case x is NaN or ħInf */
4:
fabs
fldt limit
@@ -48,7 +48,7 @@ _log1pl:
2: fyl2xp1
ret
-3: jp 4b // in case x is ħInf
+3: jp 4b /* in case x is ħInf */
fstp %st(1)
fstp %st(1)
ret