From 2ccdea26f290f6990606f4a43de5272afa1a784d Mon Sep 17 00:00:00 2001 From: Anton Blanchard Date: Mon, 7 Jan 2013 11:20:53 -0600 Subject: Fix spelling errors in sysdeps/powerpc files. --- sysdeps/powerpc/fpu/math_ldbl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysdeps/powerpc/fpu/math_ldbl.h') diff --git a/sysdeps/powerpc/fpu/math_ldbl.h b/sysdeps/powerpc/fpu/math_ldbl.h index 6cd6d0bdfe..20224e6646 100644 --- a/sysdeps/powerpc/fpu/math_ldbl.h +++ b/sysdeps/powerpc/fpu/math_ldbl.h @@ -27,7 +27,7 @@ ldbl_extract_mantissa (int64_t *hi64, u_int64_t *lo64, int *exp, long double x) lo |= (1ULL << 52); lo = lo << 7; /* pre-shift lo to match ieee854. */ /* The lower double is normalized separately from the upper. We - may need to adjust the lower manitissa to reflect this. */ + may need to adjust the lower mantissa to reflect this. */ ediff = eldbl.ieee.exponent - eldbl.ieee.exponent2; if (ediff > 53) lo = lo >> (ediff-53); -- cgit 1.4.1