https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=642c48095c50eba94527a03d68cc5084589073c1
commit 642c48095c50eba94527a03d68cc5084589073c1 Author: Corinna Vinschen <[email protected]> Date: Mon Jul 18 22:03:37 2016 +0200 Fix typo Signed-off-by: Corinna Vinschen <[email protected]> Diff: --- winsup/cygwin/release/2.5.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/winsup/cygwin/release/2.5.3 b/winsup/cygwin/release/2.5.3 index 4a1058c..cbe4b06 100644 --- a/winsup/cygwin/release/2.5.3 +++ b/winsup/cygwin/release/2.5.3 @@ -25,5 +25,5 @@ Bug Fixes - Fix transposing invalid chars in Windows filenames on relative paths. Addresses: https://cygwin.com/ml/cygwin/2016-07/msg00193.html -- Fix truncl which was usding the wrong FPU rounding mode. +- Fix truncl which was using the wrong FPU rounding mode. Addresses: https://rt.perl.org/Public/Bug/Display.html?id=128665
