From 65cc53fe7c6556b90159b8c3da1eb283792387db Mon Sep 17 00:00:00 2001 From: Paul Pluzhnikov Date: Tue, 30 May 2023 23:02:29 +0000 Subject: Fix misspellings in sysdeps/ -- BZ 25337 --- sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c') diff --git a/sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c b/sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c index 83eb821..a02e661 100644 --- a/sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c +++ b/sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c @@ -78,7 +78,7 @@ __mpn_extract_long_double (mp_ptr res_ptr, mp_size_t size, /* The high double may be rounded and the low double reflects the difference between the long double and the rounded high double - value. This is indicated by a differnce between the signs of the + value. This is indicated by a difference between the signs of the high and low doubles. */ if (u.d[0].ieee.negative != u.d[1].ieee.negative && lo != 0) -- cgit v1.1