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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user