diff --git a/LOG b/LOG index 338572ad40..646ab33c84 100644 --- a/LOG +++ b/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 diff --git a/release_notes/release_notes.stex b/release_notes/release_notes.stex index bf544ed770..e77390f733 100644 --- a/release_notes/release_notes.stex +++ b/release_notes/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)}