From 62ddec8b4b429358be7395ab658ea9bbb077f3c2 Mon Sep 17 00:00:00 2001 From: Bob Burger Date: Thu, 2 May 2019 15:29:16 -0400 Subject: [PATCH] fixed typo & improved wording original commit: ecb540fec3b3933040a4f8ee98929ae289f4e22d --- LOG | 2 +- release_notes/release_notes.stex | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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)}