mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
ficl: Fix a typo in a comment
- s/segement/segment/ MFC after: 3 days
This commit is contained in:
parent
b15a632c41
commit
54c1a65736
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue