From 54c1a65736ec012b583ade1d53c477e182c574e4 Mon Sep 17 00:00:00 2001 From: Gordon Bergling Date: Tue, 30 Nov 2021 10:36:29 +0100 Subject: [PATCH] ficl: Fix a typo in a comment - s/segement/segment/ MFC after: 3 days --- stand/ficl/float.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stand/ficl/float.c b/stand/ficl/float.c index b6cda150df8..dfd1456c8da 100644 --- a/stand/ficl/float.c +++ b/stand/ficl/float.c @@ -810,7 +810,7 @@ static void ToF(FICL_VM *pVM) /************************************************************************** F l o a t P a r s e S t a t e -** Enum to determine the current segement of a floating point number +** Enum to determine the current segment of a floating point number ** being parsed. **************************************************************************/ #define NUMISNEG 1