From 7e7fdc27d80b655af18c6913d1399aa6419c0ae1 Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Thu, 15 Sep 2022 17:01:25 -0400 Subject: [PATCH] Fix typo. --- fp.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fp.texi b/fp.texi index e14de41..9cb97dd 100644 --- a/fp.texi +++ b/fp.texi @@ -866,7 +866,7 @@ numbers have to be converted to that base, and then converted back again at output time. The two base conversions are rarely exact, and unwanted rounding errors are introduced. -@cindex hexademical floating-point constants +@cindex hexadecimal floating-point constants As computers usually represent numbers in a base other than 10, numbers often must be converted to and from different bases, and rounding errors can occur during conversion. This problem is solved