fixed typo & improved wording
original commit: ecb540fec3b3933040a4f8ee98929ae289f4e22d
This commit is contained in:
parent
62907754b4
commit
62ddec8b4b
2
LOG
2
LOG
|
@ -1359,5 +1359,5 @@
|
|||
- added MinGW/MSYS build support for Windows and configuration for
|
||||
Travis-CI testing of all Windows builds
|
||||
BUILDING, .travis*, wininstall/Makefile
|
||||
- fix multiply of -2^30 to itself on 64-bit platforms
|
||||
- fix multiply of -2^30 with itself on 64-bit platforms
|
||||
number.c, 5_3.ms, release_notes.stex
|
||||
|
|
|
@ -1695,9 +1695,9 @@ in fasl files does not generally make sense.
|
|||
%-----------------------------------------------------------------------------
|
||||
\section{Bug Fixes}\label{section:bugfixes}
|
||||
|
||||
\subsection{Muliplication of $-2^{30}$ by itself on 64-bit platforms (9.5.3)}
|
||||
\subsection{Multiplying $-2^{30}$ with itself on 64-bit platforms (9.5.3)}
|
||||
|
||||
A bug that produced the wrong sign when multiplying $-2^{30}$ by
|
||||
A bug that produced the wrong sign when multiplying $-2^{30}$ with
|
||||
itself on 64-bit platforms has been fixed.
|
||||
|
||||
\subsection{Compiler dropping affects from record-accessor calls (9.5.3)}
|
||||
|
|
Loading…
Reference in New Issue
Block a user