mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 14:49:36 -04:00
isp(4): Fix a typo in a source code comment
- s/Constatns/Constants/ Obtained from: NetBSD MFC after: 3 days
This commit is contained in:
parent
34db0134a6
commit
d3367c35cb
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ typedef struct isp_notify {
|
|||
} isp_notify_t;
|
||||
|
||||
/*
|
||||
* Special Constatns
|
||||
* Special Constants
|
||||
*/
|
||||
#define INI_ANY ((uint64_t) -1)
|
||||
#define VALID_INI(ini) (ini != INI_NONE && ini != INI_ANY)
|
||||
|
|
|
|||
Loading…
Reference in a new issue