Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Dec 2021 15:58:05 GMT
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 6d7ef1525e9d - stable/12 - ficl: Fix a typo in a comment
Message-ID:  <202112031558.1B3Fw5Oe063153@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/12 has been updated by gbe (doc committer):

URL: https://cgit.FreeBSD.org/src/commit/?id=6d7ef1525e9d276b917ef250ac2c7b64ace78857

commit 6d7ef1525e9d276b917ef250ac2c7b64ace78857
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2021-11-30 09:36:29 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2021-12-03 15:56:13 +0000

    ficl: Fix a typo in a comment
    
    - s/segement/segment/
    
    (cherry picked from commit 54c1a65736ec012b583ade1d53c477e182c574e4)
---
 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 b6cda150df8a..dfd1456c8dac 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202112031558.1B3Fw5Oe063153>