Skip to content

Commit

Permalink
fixed typo & improved wording
Browse files Browse the repository at this point in the history
  • Loading branch information
burgerrg committed May 2, 2019
1 parent 566c7a9 commit ecb540f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LOG
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions release_notes/release_notes.stex
Original file line number Diff line number Diff line change
Expand Up @@ -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)}
Expand Down

0 comments on commit ecb540f

Please sign in to comment.